Skip to content

Commit b928fd2

Browse files
committed
Fix unit tests
1 parent 8f5eed9 commit b928fd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

UNITTESTS/target_h/rtos/Mutex.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
#define __MUTEX_H__
1919

2020
#include <inttypes.h>
21-
#include "cmsis_os2.h"
21+
#include "mbed_rtos_types.h"
22+
#include "mbed_rtos1_types.h"
2223

2324
namespace rtos {
2425

0 commit comments

Comments
 (0)