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.
Dependents: STM32F031_Blink_Aug17
Fork of mbed-STM32F030F4 by
Diff: api/mbed_assert.h
- Revision:
- 5:83447a6b3b11
- Parent:
- 0:38ccae254a29
--- a/api/mbed_assert.h Mon Nov 10 23:56:41 2014 +0000 +++ b/api/mbed_assert.h Wed Nov 12 01:02:31 2014 +0000 @@ -35,6 +35,9 @@ } #endif +// STM32F030F4 for flash size save +#define NDEBUG + #ifdef NDEBUG #define MBED_ASSERT(expr) ((void)0)