mirror of https://github.com/ARMmbed/mbed-os.git
[RTOS] Semaphore - error.h removal - not used, error -> mbed_error
parent
beaddaf8da
commit
04071ab1ea
|
@ -22,7 +22,7 @@
|
|||
#include "Mutex.h"
|
||||
|
||||
#include <string.h>
|
||||
#include "error.h"
|
||||
#include "mbed_error.h"
|
||||
|
||||
namespace rtos {
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <string.h>
|
||||
|
||||
#include "cmsis_os.h"
|
||||
#include "error.h"
|
||||
#include "mbed_error.h"
|
||||
|
||||
namespace rtos {
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include <string.h>
|
||||
|
||||
#include "cmsis_os.h"
|
||||
#include "error.h"
|
||||
#include "mbed_error.h"
|
||||
|
||||
namespace rtos {
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include "Semaphore.h"
|
||||
|
||||
#include <string.h>
|
||||
#include "error.h"
|
||||
|
||||
namespace rtos {
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
#include "Thread.h"
|
||||
|
||||
#include "error.h"
|
||||
#include "mbed_error.h"
|
||||
|
||||
namespace rtos {
|
||||
|
||||
|
|
Loading…
Reference in New Issue