Official mbed Real Time Operating System based on the RTX implementation of the CMSIS-RTOS API open standard.
Fork of mbed-rtos by
Official mbed Real Time Operating System based on the RTX implementation of the CMSIS-RTOS API open standard.
Diff: rtx/RTX_Conf_CM.c
- Revision:
- 11:db1fc233faa9
- Parent:
- 10:fcb1f103f7a1
- Child:
- 12:58b30ac3f00e
diff -r fcb1f103f7a1 -r db1fc233faa9 rtx/RTX_Conf_CM.c --- a/rtx/RTX_Conf_CM.c Wed Apr 24 14:45:21 2013 +0000 +++ b/rtx/RTX_Conf_CM.c Tue Apr 30 10:51:19 2013 +0000 @@ -221,7 +221,7 @@ void os_error (uint32_t err_code) { /* This function is called when a runtime error is detected. Parameter */ - /* 'err_code' holds the runtime error code (defined in RTX_Config.h). */ + /* 'err_code' holds the runtime error code (defined in RTX_Conf.h). */ mbed_die(); }