the changes on the rtos to adapt the wifi
Fork of mbed-rtos by
Revision 35:b8555a5966f6, committed 2014-07-08
- Comitter:
- mbed_official
- Date:
- Tue Jul 08 11:15:19 2014 +0100
- Parent:
- 34:1520481a219c
- Child:
- 36:512640f00564
- Commit message:
- Synchronized with git revision 3197042b65f8d28e856e1a7812d45e2fbe80e3f1
Full URL: https://github.com/mbedmicro/mbed/commit/3197042b65f8d28e856e1a7812d45e2fbe80e3f1/
error.h -> mbed_error.h
Changed in this revision
--- a/rtos/Mutex.cpp Fri Jun 27 16:30:23 2014 +0100
+++ b/rtos/Mutex.cpp Tue Jul 08 11:15:19 2014 +0100
@@ -22,7 +22,7 @@
#include "Mutex.h"
#include <string.h>
-#include "error.h"
+#include "mbed_error.h"
namespace rtos {
--- a/rtos/Queue.h Fri Jun 27 16:30:23 2014 +0100
+++ b/rtos/Queue.h Tue Jul 08 11:15:19 2014 +0100
@@ -26,7 +26,7 @@
#include <string.h>
#include "cmsis_os.h"
-#include "error.h"
+#include "mbed_error.h"
namespace rtos {
--- a/rtos/RtosTimer.cpp Fri Jun 27 16:30:23 2014 +0100
+++ b/rtos/RtosTimer.cpp Tue Jul 08 11:15:19 2014 +0100
@@ -24,7 +24,7 @@
#include <string.h>
#include "cmsis_os.h"
-#include "error.h"
+#include "mbed_error.h"
namespace rtos {
--- a/rtos/Semaphore.cpp Fri Jun 27 16:30:23 2014 +0100
+++ b/rtos/Semaphore.cpp Tue Jul 08 11:15:19 2014 +0100
@@ -22,7 +22,6 @@
#include "Semaphore.h"
#include <string.h>
-#include "error.h"
namespace rtos {
--- a/rtos/Thread.cpp Fri Jun 27 16:30:23 2014 +0100
+++ b/rtos/Thread.cpp Tue Jul 08 11:15:19 2014 +0100
@@ -21,7 +21,7 @@
*/
#include "Thread.h"
-#include "error.h"
+#include "mbed_error.h"
namespace rtos {
--- a/rtx/RTX_CM_lib.h Fri Jun 27 16:30:23 2014 +0100 +++ b/rtx/RTX_CM_lib.h Tue Jul 08 11:15:19 2014 +0100 @@ -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
