mbed rtos - modified for the final project of the course "Advanced Operating Systems"

Dependents:   aos_mbed

Fork of mbed-rtos by mbed official

Files at this revision

API Documentation at this revision

Comitter:
aos
Date:
Sun Feb 02 10:44:57 2014 +0000
Parent:
15:29007aef10a4
Commit message:
Final Project V1: Integrated WAV player + File management via ethernet connection

Changed in this revision

rtx/cmsis_os.h Show annotated file Show diff for this revision Revisions of this file
--- 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