We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e73a66 commit 8a4a3caCopy full SHA for 8a4a3ca
platform/sleep.h
@@ -42,7 +42,7 @@ extern "C" {
42
* Flash re-programming and the USB serial port will remain active, but the mbed program will no longer be
43
* able to access the LocalFileSystem
44
*/
45
-__INLINE void sleep(void)
+__INLINE static void sleep(void)
46
{
47
#ifdef NDEBUG
48
#if DEVICE_SLEEP
@@ -67,7 +67,7 @@ __INLINE void sleep(void)
67
68
69
70
-__INLINE void deepsleep(void)
+__INLINE static void deepsleep(void)
71
72
73
0 commit comments