Skip to content

Commit 67d38f5

Browse files
committed
Adding missing header <Arduino.h>
1 parent cebb167 commit 67d38f5

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 <Arduino.h>
45
#include <mbed.h>
56
#include <MemoryPool.h>
67

0 commit comments

Comments
 (0)