Official support library for using mbed as a programmable coprocessor in the Innomatix DAP-III+ telematics platform

Revision:
10:5fbe72ffb725
Parent:
8:a6311d40c5a2
--- a/InnomatixMeta.h	Fri Sep 30 17:14:01 2016 +0000
+++ b/InnomatixMeta.h	Wed Sep 06 19:17:07 2017 +0000
@@ -22,8 +22,8 @@
 
 // This metadata is used by the InnomatixData host to identify this as an MBED binary
 // Use the __attribute__((unused)) to supress the "unused variable" warning
-static const char *platform __attribute__((unused)) = TFMETA( "TYPE", "LPC1768" );
-
+static const char *PlatformMeta = TFMETA( "TYPE", "LPC1768" );
+static char dummyP = *PlatformMeta;
 
 
 // The InnomatixData host requires the VERSION and DESC metadata values.