mbed rtos - modified for the final project of the course "Advanced Operating Systems"
Fork of mbed-rtos by
Diff: rtx/cmsis_os.h
- Revision:
- 16:3474615e591f
- Parent:
- 13:869ef732a8a2
--- a/rtx/cmsis_os.h Tue Nov 19 09:00:05 2013 +0000 +++ b/rtx/cmsis_os.h Sun Feb 02 10:44:57 2014 +0000 @@ -123,7 +123,6 @@ #define DEFAULT_STACK_SIZE (WORDS_STACK_SIZE*4) - /// \note MUST REMAIN UNCHANGED: \b osFeature_xxx shall be consistent in every CMSIS-RTOS. #define osFeature_MainThread 1 ///< main thread 1=main can be thread, 0=not available #define osFeature_Pool 1 ///< Memory Pools: 1=available, 0=not available
