Skip to content

Commit acaaae7

Browse files
committed
Fix CI: Add missing include <mbed.h>
1 parent dc4ee49 commit acaaae7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Arduino_Threads.h

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifndef ARDUINO_THREADS_H_
22
#define ARDUINO_THREADS_H_
33

4+
#include <mbed.h>
45
#include <MemoryPool.h>
56

67
#define SOURCE(name, type) \

0 commit comments

Comments
 (0)