Added HTTP API to C027_Support library.
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); -} -