mbed library sources. Supersedes mbed-src. Fixed broken STM32F1xx RTC on rtc_api.c
Dependents: Nucleo_F103RB_RTC_battery_bkup_pwr_off_okay
Fork of mbed-dev by
Diff: targets/TARGET_NXP/TARGET_LPC11U6X/sleep.c
- Revision:
- 160:d5399cc887bb
- Parent:
- 149:156823d33999
--- a/targets/TARGET_NXP/TARGET_LPC11U6X/sleep.c Tue Feb 28 17:13:35 2017 +0000 +++ b/targets/TARGET_NXP/TARGET_LPC11U6X/sleep.c Tue Mar 14 16:40:56 2017 +0000 @@ -19,7 +19,7 @@ #if DEVICE_SLEEP -void sleep(void) { +void hal_sleep(void) { #if (DEVICE_SEMIHOST == 1) // ensure debug is disconnected @@ -37,7 +37,7 @@ } -void deepsleep(void) { +void hal_deepsleep(void) { #if (DEVICE_SEMIHOST == 1) // ensure debug is disconnected