mbed-rtos // fixed error.h
Fork of mbed-rtos by
Revision 76:4c40a1782881, committed 2015-05-04
- Comitter:
- armdran
- Date:
- Mon May 04 15:00:56 2015 +0000
- Parent:
- 15:29007aef10a4
- Commit message:
- fixed error.h error
Changed in this revision
diff -r 29007aef10a4 -r 4c40a1782881 rtos/Mutex.cpp --- a/rtos/Mutex.cpp Tue Nov 19 09:00:05 2013 +0000 +++ b/rtos/Mutex.cpp Mon May 04 15:00:56 2015 +0000 @@ -22,7 +22,7 @@ #include "Mutex.h" #include <string.h> -#include "error.h" +#include "mbed_error.h" namespace rtos {
diff -r 29007aef10a4 -r 4c40a1782881 rtos/Queue.h --- a/rtos/Queue.h Tue Nov 19 09:00:05 2013 +0000 +++ b/rtos/Queue.h Mon May 04 15:00:56 2015 +0000 @@ -26,7 +26,7 @@ #include <string.h> #include "cmsis_os.h" -#include "error.h" +#include "mbed_error.h" namespace rtos {
diff -r 29007aef10a4 -r 4c40a1782881 rtos/RtosTimer.cpp --- a/rtos/RtosTimer.cpp Tue Nov 19 09:00:05 2013 +0000 +++ b/rtos/RtosTimer.cpp Mon May 04 15:00:56 2015 +0000 @@ -24,7 +24,7 @@ #include <string.h> #include "cmsis_os.h" -#include "error.h" +#include "mbed_error.h" namespace rtos {
diff -r 29007aef10a4 -r 4c40a1782881 rtos/Semaphore.cpp --- a/rtos/Semaphore.cpp Tue Nov 19 09:00:05 2013 +0000 +++ b/rtos/Semaphore.cpp Mon May 04 15:00:56 2015 +0000 @@ -22,7 +22,7 @@ #include "Semaphore.h" #include <string.h> -#include "error.h" +#include "mbed_error.h" namespace rtos {
diff -r 29007aef10a4 -r 4c40a1782881 rtos/Thread.cpp --- 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 {
diff -r 29007aef10a4 -r 4c40a1782881 rtx/RTX_CM_lib.h --- a/rtx/RTX_CM_lib.h Tue Nov 19 09:00:05 2013 +0000 +++ b/rtx/RTX_CM_lib.h Mon May 04 15:00:56 2015 +0000 @@ -31,7 +31,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. *---------------------------------------------------------------------------*/ -#include "error.h" +#include "mbed_error.h" #if defined (__CC_ARM) #pragma O3