Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: CRC16 FreescaleIAP FreescaleWatchdog GGSProtocol LM75B PIMA Parameters PersistentCircularQueue SerialNumberV2COM mbed-dev-watchdog_2016_03_04
Fork of smartRamalKW by
Diff: version.h
- Revision:
- 10:7a1d1abb5172
- Parent:
- 9:e501499af4ef
- Child:
- 12:0f549dfba86c
--- a/version.h Wed Jul 22 15:09:01 2015 +0000
+++ b/version.h Thu Jul 23 22:46:18 2015 +0000
@@ -5,10 +5,10 @@
#ifdef TEST_MODE
#define VERSION_LENGTH 20
- static const char version[] = "SmartRamal v0.4 TST";
+ static const char version[] = "SmartRamal v0.5 TST";
#else
#define VERSION_LENGTH 16
- static const char version[] = "SmartRamal v0.4";
+ static const char version[] = "SmartRamal v0.5";
#endif
#endif
