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.
Diff: mbedBugConfig.h
- Revision:
- 5:4136e9141bde
- Parent:
- 2:aa9a1377aa0d
- Child:
- 6:02df5c1108f1
--- a/mbedBugConfig.h Wed Apr 08 11:28:24 2020 +0000 +++ b/mbedBugConfig.h Wed Apr 08 12:36:17 2020 +0000 @@ -10,6 +10,7 @@ #define MBEDBUG_CONFIG_DECL #include <mbed.h> #include <cstdint> -typedef uint8_t Byte; -typedef unsigned int UInt; +#ifndef nullptr +#define nullptr 0 +#endif #endif