Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BLE_API mbed-dev nRF51822
Diff: main.cpp
- Revision:
- 10:1aed2481a743
- Parent:
- 9:d1daefbf1fbd
- Child:
- 13:b0ffdf2012b9
--- a/main.cpp Thu Jul 21 21:33:56 2016 +0900
+++ b/main.cpp Thu Jul 21 21:40:44 2016 +0900
@@ -209,7 +209,7 @@
wait_ms(5);
} else {
- HIDController::process();
+ HIDController::waitForEvent();
}
}
}