use thread
Fork of mbed-rtos by
Revision 63:0c8426fdeb21, committed 2015-02-14
- Comitter:
- mbedschool
- Date:
- Sat Feb 14 04:32:21 2015 +0000
- Parent:
- 14:ee87e782d34f
- Commit message:
- use thread
Changed in this revision
--- a/rtos/Mutex.cpp Wed Sep 11 20:15:08 2013 +0100
+++ b/rtos/Mutex.cpp Sat Feb 14 04:32:21 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 Sat Feb 14 04:32:21 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 Sat Feb 14 04:32:21 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 Sat Feb 14 04:32:21 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 Sat Feb 14 04:32:21 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 Sat Feb 14 04:32:21 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
