Skip to content

Commit 7aedf06

Browse files
committed
Adding missing include of 'rtos.h' when compiling Wire library for Cortex M4
1 parent 8c24e5a commit 7aedf06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/Wire/Wire.h

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "Print.h"
2323
#include "drivers/I2C.h"
2424
#include "drivers/I2CSlave.h"
25+
#include "rtos.h"
2526

2627
typedef void (*voidFuncPtrParamInt)(int);
2728

0 commit comments

Comments
 (0)