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: hello SerialTestv11 SerialTestv12 Sierpinski ... more
Diff: TARGET_NUCLEO_L486RG/TARGET_STM/stm32_assert.h
- Revision:
- 170:e95d10626187
- Parent:
- 145:64910690c574
--- a/TARGET_NUCLEO_L486RG/TARGET_STM/stm32_assert.h Fri Jun 22 15:38:59 2018 +0100 +++ b/TARGET_NUCLEO_L486RG/TARGET_STM/stm32_assert.h Thu Sep 06 13:39:34 2018 +0100 @@ -37,7 +37,7 @@ * If expr is true, it returns no value. * @retval None */ - #include "mbed_assert.h" - #define assert_param(expr) MBED_ASSERT(expr) +#include "mbed_assert.h" +#define assert_param(expr) MBED_ASSERT(expr) #endif