X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/fc8e4837a936bb1b4bd19bdd54660878b3efe02c..d92e9133d392fe9abfde27b60b27b24f3b142fc3:/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c?ds=inline diff --git a/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c b/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c index 1107bc0c6..99c098761 100644 --- a/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c +++ b/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c @@ -206,8 +206,7 @@ void Bluetooth_Host_Task(void) bool Bluetooth_ConnectionRequest(const uint8_t* RemoteAddress) { printf_P(PSTR("Connection Request from Device %02X:%02X:%02X:%02X:%02X:%02X\r\n"), - RemoteAddress[5], RemoteAddress[4], - RemoteAddress[3], RemoteAddress[2], + RemoteAddress[5], RemoteAddress[4], RemoteAddress[3], RemoteAddress[2], RemoteAddress[1], RemoteAddress[0]); /* Always accept connections from remote devices */