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

Revision:
1:c7920c8bc557
Parent:
0:b9e1003fbee7
Child:
8:a6311d40c5a2
--- a/InnomatixMeta.h	Fri Apr 15 18:35:31 2016 +0000
+++ b/InnomatixMeta.h	Sun Apr 17 15:49:58 2016 +0000
@@ -26,6 +26,8 @@
 static const char *p = 0;
 #define TFMETA( tag, str )    p = "<TFMETA>" tag "=" str "</TFMETA>"
 
+// This metadata is used by the InnomatixData host to identify this as an MBED binary
+static const char *platform = TFMETA( "TYPE", "LPC1768" );
 
 
 // The InnomatixData host requires the VERSION and DESC metadata values.