[RTOS] Semaphore - error.h removal - not used, error -> mbed_error

pull/387/head
0xc0170 2014-07-05 22:10:39 +02:00
parent beaddaf8da
commit 04071ab1ea
5 changed files with 4 additions and 5 deletions

View File

@ -22,7 +22,7 @@
#include "Mutex.h"
#include <string.h>
#include "error.h"
#include "mbed_error.h"
namespace rtos {

View File

@ -26,7 +26,7 @@
#include <string.h>
#include "cmsis_os.h"
#include "error.h"
#include "mbed_error.h"
namespace rtos {

View File

@ -24,7 +24,7 @@
#include <string.h>
#include "cmsis_os.h"
#include "error.h"
#include "mbed_error.h"
namespace rtos {

View File

@ -22,7 +22,6 @@
#include "Semaphore.h"
#include <string.h>
#include "error.h"
namespace rtos {

View File

@ -21,7 +21,7 @@
*/
#include "Thread.h"
#include "error.h"
#include "mbed_error.h"
namespace rtos {