error.h to mbed_error.h
Dependents: ch5_mbed_lightweight_Web_server_dust_sensor
Fork of mbed-rtos by
Revision 63:f012639a26ef, committed 2015-02-02
- Comitter:
- mbedschool
- Date:
- Mon Feb 02 07:36:50 2015 +0000
- Parent:
- 14:ee87e782d34f
- Commit message:
- mbed-rtos
Changed in this revision
--- a/rtos/Mutex.cpp Wed Sep 11 20:15:08 2013 +0100
+++ b/rtos/Mutex.cpp Mon Feb 02 07:36:50 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 Mon Feb 02 07:36:50 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 Mon Feb 02 07:36:50 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 Mon Feb 02 07:36:50 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 Mon Feb 02 07:36:50 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 Mon Feb 02 07:36:50 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
