mbed-rtos
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
--- 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 {
--- 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 {
--- 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
