Skip to content

Commit 2133dad

Browse files
authored
[RTOS] Fixed missing include in RtosTimer.h
Added missing include for the MBED_DEPRECATED macro.
1 parent 4d4089e commit 2133dad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rtos/rtos/RtosTimer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#include <stdint.h>
2626
#include "cmsis_os.h"
2727
#include "Callback.h"
28+
#include "toolchain.h"
2829

2930
namespace rtos {
3031

0 commit comments

Comments
 (0)