Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Final_Coffee_Roaster
Fork of mbed-rtos by
Revision 36:512640f00564, committed 2014-07-08
- Comitter:
- mbed_official
- Date:
- Tue Jul 08 14:15:17 2014 +0100
- Parent:
- 35:b8555a5966f6
- Child:
- 37:478a48c29e88
- Commit message:
- Synchronized with git revision b0ac1e3485a9aa1cb98d1ca68df9d1cdbcd6ce63
Full URL: https://github.com/mbedmicro/mbed/commit/b0ac1e3485a9aa1cb98d1ca68df9d1cdbcd6ce63/
Revert "error.h -> mbed_error.h"
Changed in this revision
--- a/rtos/Mutex.cpp Tue Jul 08 11:15:19 2014 +0100
+++ b/rtos/Mutex.cpp Tue Jul 08 14:15:17 2014 +0100
@@ -22,7 +22,7 @@
#include "Mutex.h"
#include <string.h>
-#include "mbed_error.h"
+#include "error.h"
namespace rtos {
--- a/rtos/Queue.h Tue Jul 08 11:15:19 2014 +0100
+++ b/rtos/Queue.h Tue Jul 08 14:15:17 2014 +0100
@@ -26,7 +26,7 @@
#include <string.h>
#include "cmsis_os.h"
-#include "mbed_error.h"
+#include "error.h"
namespace rtos {
--- a/rtos/RtosTimer.cpp Tue Jul 08 11:15:19 2014 +0100
+++ b/rtos/RtosTimer.cpp Tue Jul 08 14:15:17 2014 +0100
@@ -24,7 +24,7 @@
#include <string.h>
#include "cmsis_os.h"
-#include "mbed_error.h"
+#include "error.h"
namespace rtos {
--- a/rtos/Semaphore.cpp Tue Jul 08 11:15:19 2014 +0100
+++ b/rtos/Semaphore.cpp Tue Jul 08 14:15:17 2014 +0100
@@ -22,6 +22,7 @@
#include "Semaphore.h"
#include <string.h>
+#include "error.h"
namespace rtos {
--- a/rtos/Thread.cpp Tue Jul 08 11:15:19 2014 +0100
+++ b/rtos/Thread.cpp Tue Jul 08 14:15:17 2014 +0100
@@ -21,7 +21,7 @@
*/
#include "Thread.h"
-#include "mbed_error.h"
+#include "error.h"
namespace rtos {
--- a/rtx/RTX_CM_lib.h Tue Jul 08 11:15:19 2014 +0100 +++ b/rtx/RTX_CM_lib.h Tue Jul 08 14:15:17 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 "mbed_error.h" +#include "error.h" #if defined (__CC_ARM) #pragma O3
