Kenji Arai / TYBLE16_mbedlized_EddystoneBeacon

Dependencies:   TYBLE16_BASE

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
--- 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;