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.
Fork of mbed-rtos by
Revision 70:923739f38354, committed 2015-04-16
- Comitter:
- yusuke_kyo
- Date:
- Thu Apr 16 02:36:31 2015 +0000
- Parent:
- 69:1110fa448e2f
- Commit message:
- error.h -> mbed_error.h
Changed in this revision
diff -r 1110fa448e2f -r 923739f38354 rtos/RtosTimer.cpp
--- a/rtos/RtosTimer.cpp Tue Mar 31 09:46:05 2015 +0000
+++ b/rtos/RtosTimer.cpp Thu Apr 16 02:36:31 2015 +0000
@@ -24,7 +24,7 @@
#include <string.h>
#include "cmsis_os.h"
-#include "error.h"
+#include "mbed_error.h"
namespace rtos {
diff -r 1110fa448e2f -r 923739f38354 rtos/Semaphore.cpp
--- a/rtos/Semaphore.cpp Tue Mar 31 09:46:05 2015 +0000
+++ b/rtos/Semaphore.cpp Thu Apr 16 02:36:31 2015 +0000
@@ -22,7 +22,7 @@
#include "Semaphore.h"
#include <string.h>
-#include "error.h"
+#include "mbed_error.h"
namespace rtos {
diff -r 1110fa448e2f -r 923739f38354 rtx/RTX_CM_lib.h --- a/rtx/RTX_CM_lib.h Tue Mar 31 09:46:05 2015 +0000 +++ b/rtx/RTX_CM_lib.h Thu Apr 16 02:36:31 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
