mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Include pins_arduino.h manually if the old Arduino IDE is used
This commit is contained in:
parent
86f88e5333
commit
7abee0b545
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@
|
|||
#else
|
||||
#include <WProgram.h>
|
||||
// I am not sure what WProgram.h does not include, so these are here. --xxxajk
|
||||
#include <pins_arduino.h>
|
||||
#include <avr/pgmspace.h>
|
||||
#include <avr/io.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue