Skip to content

Commit f45accd

Browse files
committed
Adding missing header <Arduino.h>
1 parent acaaae7 commit f45accd

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)