Code clean up, removed unwanted enums and configurations

Files at this revision

API Documentation at this revision

Comitter:
Vkadaba
Date:
Tue Apr 14 11:43:05 2020 +0000
Parent:
65:d91e1d63153d
Commit message:
changed the MBED version to 1.17.75

Changed in this revision

inc/mbedVersion.h Show annotated file Show diff for this revision Revisions of this file
diff -r d91e1d63153d -r cc7069bc0ead inc/mbedVersion.h
--- a/inc/mbedVersion.h	Tue Apr 14 08:40:24 2020 +0000
+++ b/inc/mbedVersion.h	Tue Apr 14 11:43:05 2020 +0000
@@ -22,8 +22,8 @@
  *       environment.
  */
 #define MBED_HOST_MAJOR 0x01
-#define MBED_HOST_MINOR 0x02
-#define MBED_HOST_BUILD 0x0003
+#define MBED_HOST_MINOR 0x17
+#define MBED_HOST_BUILD 0x0075
 
 
 #endif