mbed-rtos // fixed error.h
Fork of mbed-rtos by
Diff: rtos/Thread.cpp
- Revision:
- 76:4c40a1782881
- Parent:
- 8:88a1a9c26ae3
--- a/rtos/Thread.cpp Tue Nov 19 09:00:05 2013 +0000 +++ b/rtos/Thread.cpp Mon May 04 15:00:56 2015 +0000 @@ -21,7 +21,7 @@ */ #include "Thread.h" -#include "error.h" +#include "mbed_error.h" namespace rtos {