mbed-rtos // fixed error.h

Dependents:   USBHost

Fork of mbed-rtos by mbed official

Files at this revision

API Documentation at this revision

Comitter:
armdran
Date:
Mon May 04 15:00:56 2015 +0000
Parent:
15:29007aef10a4
Commit message:
fixed error.h error

Changed in this revision

rtos/Mutex.cpp Show annotated file Show diff for this revision Revisions of this file
rtos/Queue.h Show annotated file Show diff for this revision Revisions of this file
rtos/RtosTimer.cpp Show annotated file Show diff for this revision Revisions of this file
rtos/Semaphore.cpp Show annotated file Show diff for this revision Revisions of this file
rtos/Thread.cpp Show annotated file Show diff for this revision Revisions of this file
rtx/RTX_CM_lib.h Show annotated file Show diff for this revision Revisions of this file
--- 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 {
 
--- 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 {
 
--- 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 {
 
--- 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 {
 
--- 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 {
 
--- 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