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.
Revision 66:cc7069bc0ead, committed 2020-04-14
- 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 |
--- 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