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_ONSEMI/mbed_rtx.h
- Revision:
- 167:e84263d55307
- Parent:
- 149:156823d33999
--- a/targets/TARGET_ONSEMI/mbed_rtx.h Thu Jun 08 15:02:37 2017 +0100 +++ b/targets/TARGET_ONSEMI/mbed_rtx.h Wed Jun 21 17:46:44 2017 +0100 @@ -22,15 +22,6 @@ #ifndef INITIAL_SP #define INITIAL_SP (0x40000000UL) #endif -#ifndef OS_TASKCNT -#define OS_TASKCNT 14 -#endif -#ifndef OS_MAINSTKSIZE -#define OS_MAINSTKSIZE 256 -#endif -#ifndef OS_CLOCK -#define OS_CLOCK 32000000 -#endif #endif