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 102:d8acffcb4403, committed 2016-02-03
- Comitter:
- JordanWisdom
- Date:
- Wed Feb 03 17:24:45 2016 +0000
- Parent:
- 101:3d9d2b8b8f17
- Commit message:
- same
Changed in this revision
--- a/rtos/Mutex.cpp Mon Jan 11 17:00:32 2016 +0000 +++ b/rtos/Mutex.cpp Wed Feb 03 17:24:45 2016 +0000 @@ -20,9 +20,8 @@ * SOFTWARE. */ #include "Mutex.h" - #include <string.h> -#include "mbed_error.h" +#include "error.h" namespace rtos {
--- a/rtos/Queue.h Mon Jan 11 17:00:32 2016 +0000 +++ b/rtos/Queue.h Wed Feb 03 17:24:45 2016 +0000 @@ -26,7 +26,7 @@ #include <string.h> #include "cmsis_os.h" -#include "mbed_error.h" +#include "error.h" namespace rtos {
--- a/rtos/RtosTimer.cpp Mon Jan 11 17:00:32 2016 +0000 +++ b/rtos/RtosTimer.cpp Wed Feb 03 17:24:45 2016 +0000 @@ -24,7 +24,7 @@ #include <string.h> #include "cmsis_os.h" -#include "mbed_error.h" +#include "error.h" namespace rtos {
--- a/rtos/Thread.cpp Mon Jan 11 17:00:32 2016 +0000 +++ b/rtos/Thread.cpp Wed Feb 03 17:24:45 2016 +0000 @@ -21,7 +21,7 @@ */ #include "Thread.h" -#include "mbed_error.h" +#include "error.h" namespace rtos {
--- a/rtx/TARGET_CORTEX_M/RTX_CM_lib.h Mon Jan 11 17:00:32 2016 +0000 +++ b/rtx/TARGET_CORTEX_M/RTX_CM_lib.h Wed Feb 03 17:24:45 2016 +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 "mbed_error.h" +#include "error.h" #if defined (__CC_ARM) #pragma O3