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.
Fork of C027_Support by
Diff: Relax.cpp
- Revision:
- 83:71e3b8bc9ab8
- Parent:
- 82:055dcfcf9dcc
- Child:
- 86:840a86109d4b
--- a/Relax.cpp Wed May 28 07:14:21 2014 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-
-#include "Relax.h"
-
-// weak override wait function from cmsis_os.h on non rtos builds
-extern "C" WEAK void osDelay(uint32_t ms) {
- wait_ms(ms);
-}
-
