Heart Rate program only for TYBLE16
Please refer flowing link.
/users/kenjiArai/notebook/tyble16-module-will-become-a-mbed-family--mbedliza/
Revision 1:ba83bf091a45, committed 2018-02-25
- Comitter:
- kenjiArai
- Date:
- Sun Feb 25 03:41:33 2018 +0000
- Parent:
- 0:81403b36fabe
- Commit message:
- bug fix
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 81403b36fabe -r ba83bf091a45 main.cpp --- a/main.cpp Sun Feb 25 02:32:28 2018 +0000 +++ b/main.cpp Sun Feb 25 03:41:33 2018 +0000 @@ -124,7 +124,7 @@ while (ble.hasInitialized() == false) { /* spin loop */ } // Check TYBLE-16 configuration cpu_sys(); - if (compile_condition == false) { + if (compile_condition() == false) { pc.printf("This is wrong configuration!!\r\n"); while(true) { led1 = !led1;