mirror of https://github.com/ARMmbed/mbed-os.git
[RTOS] Fixed missing include in RtosTimer.h
Added missing include for the MBED_DEPRECATED macro.pull/2199/head
parent
4d4089e7bc
commit
2133dadb63
|
@ -25,6 +25,7 @@
|
|||
#include <stdint.h>
|
||||
#include "cmsis_os.h"
|
||||
#include "Callback.h"
|
||||
#include "toolchain.h"
|
||||
|
||||
namespace rtos {
|
||||
|
||||
|
|
Loading…
Reference in New Issue