From 4311bc9fee866c399b9ebed2176b6f1191d28043 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Sun, 3 Feb 2013 22:28:54 +0100 Subject: [PATCH] Fixed comment --- BTD.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTD.cpp b/BTD.cpp index 480456a2..581d9126 100755 --- a/BTD.cpp +++ b/BTD.cpp @@ -916,7 +916,7 @@ void BTD::hci_pin_code_request_reply() { Notify(PSTR("\r\nParing with Wii U Pro Controller")); #endif hcibuf[9] = 6; // Pin length is the length of the bt address - hcibuf[10] = my_bdaddr[0]; // The pin is the Wiimotes bt address backwards + hcibuf[10] = my_bdaddr[0]; // The pin is the Bluetooth dongles bt address backwards hcibuf[11] = my_bdaddr[1]; hcibuf[12] = my_bdaddr[2]; hcibuf[13] = my_bdaddr[3];