Skip to content

Commit aa52b48

Browse files
committed
USBHost: fixed missing include (breaks build on MKR1000)
1 parent 1ff1b79 commit aa52b48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/USBHost/src/printhex.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ e-mail : [email protected]
2020
#else
2121
#define __PRINTHEX_H__
2222

23+
#include <Arduino.h>
24+
2325
void E_Notifyc(char c, int lvl);
2426

2527
template <class T>

0 commit comments

Comments
 (0)