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: NUCLEO-F030R8_ExtXtalTest
Fork of mbed-src by
Diff: targets/hal/TARGET_Silicon_Labs/TARGET_EFM32/sleep.c
- Revision:
- 526:7c4bdfe6a168
- Parent:
- 525:c320967f86b9
- Child:
- 548:1abac31e188e
--- a/targets/hal/TARGET_Silicon_Labs/TARGET_EFM32/sleep.c Tue Apr 28 11:45:12 2015 +0100 +++ b/targets/hal/TARGET_Silicon_Labs/TARGET_EFM32/sleep.c Tue Apr 28 13:00:10 2015 +0100 @@ -18,6 +18,7 @@ #if DEVICE_SLEEP #include "sleep_api.h" +#include "sleepmodes.h" #include "cmsis.h" #include "em_emu.h" #include "em_int.h"
