error.h
Dependents: ch8_mbed_websocket_client
Fork of mbed-rtos by
Revision 63:38db02a8de8f, committed 2015-02-04
- Comitter:
- mbedschool
- Date:
- Wed Feb 04 03:40:41 2015 +0000
- Parent:
- 14:ee87e782d34f
- Commit message:
- error.h to mbed_error.h
Changed in this revision
--- a/rtos/Mutex.cpp Wed Sep 11 20:15:08 2013 +0100
+++ b/rtos/Mutex.cpp Wed Feb 04 03:40:41 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 Wed Sep 11 20:15:08 2013 +0100
+++ b/rtos/Queue.h Wed Feb 04 03:40:41 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 Wed Sep 11 20:15:08 2013 +0100
+++ b/rtos/RtosTimer.cpp Wed Feb 04 03:40:41 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 Wed Sep 11 20:15:08 2013 +0100
+++ b/rtos/Semaphore.cpp Wed Feb 04 03:40:41 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 Wed Sep 11 20:15:08 2013 +0100
+++ b/rtos/Thread.cpp Wed Feb 04 03:40:41 2015 +0000
@@ -21,7 +21,7 @@
*/
#include "Thread.h"
-#include "error.h"
+#include "mbed_error.h"
namespace rtos {
--- a/rtx/RTX_CM_lib.h Wed Sep 11 20:15:08 2013 +0100 +++ b/rtx/RTX_CM_lib.h Wed Feb 04 03:40:41 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
