Describes predefine macros for mbed online compiler (armcc)

Files at this revision

API Documentation at this revision

Comitter:
MACRUM
Date:
Thu Oct 15 04:17:31 2015 +0000
Parent:
2:fe7a36257939
Child:
4:2b25b7a2c5fd
Commit message:
Add mbed library version

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Apr 13 22:48:06 2015 +0900
+++ b/main.cpp	Thu Oct 15 04:17:31 2015 +0000
@@ -9,6 +9,7 @@
     STRING(MBED_USERNAME);
     pc.printf("\n\n");
 #endif
+    pc.printf("mbed library version: %d\n", MBED_LIBRARY_VERSION);
 #ifdef __CC_ARM
     pc.printf("Built with ARM compiler\n\n");
     pc.printf("ARM Compiler version : %d\n", __ARMCC_VERSION);
--- a/mbed.bld	Mon Apr 13 22:48:06 2015 +0900
+++ b/mbed.bld	Thu Oct 15 04:17:31 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/4096f863f923
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/8ed44a420e5c
\ No newline at end of file