helpfor studient
Dependents: STM32_F103-C8T6basecanblink_led
Fork of mbed-dev by
Diff: platform/mbed_interface.c
- Revision:
- 185:08ed48f1de7f
- Parent:
- 160:d5399cc887bb
--- a/platform/mbed_interface.c Tue Mar 20 17:01:51 2018 +0000 +++ b/platform/mbed_interface.c Thu Apr 19 17:12:19 2018 +0100 @@ -71,7 +71,8 @@ } } -// for backward compatibility +MBED_DEPRECATED_SINCE("mbed-os-5.9", "This function shouldn't be used in new code." + "For system reset funcionality use system_reset()") void mbed_reset(void) { mbed_interface_reset(); }