Eddystone Beacon only for TYBLE16

Dependencies:   TYBLE16_BASE

Please refer flowing link.
/users/kenjiArai/notebook/tyble16-module-will-become-a-mbed-family--mbedliza/

Files at this revision

API Documentation at this revision

Comitter:
kenjiArai
Date:
Sun Feb 25 03:41:51 2018 +0000
Parent:
0:5087fec653b2
Commit message:
bug fix

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 5087fec653b2 -r 95acd5ad69e8 main.cpp
--- a/main.cpp	Sun Feb 25 02:26:02 2018 +0000
+++ b/main.cpp	Sun Feb 25 03:41:51 2018 +0000
@@ -134,7 +134,7 @@
     }
     // Check TYBLE-16 configuration
     cpu_sys();
-    if (compile_condition == false) {
+    if (compile_condition() == false) {
         pc.printf("This is wrong configuration!!\r\n");
         while(true) {
             led = !led;