Eddystone Beacon only for TYBLE16

Dependencies:   TYBLE16_BASE

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

Revision:
1:95acd5ad69e8
Parent:
0:5087fec653b2
--- 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;