Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit d7cfaa5

Browse files
committed
Merge branch 'master' of github.com:adafruit/Standalone-Arduino-AVR-ISP-programmer
2 parents 1baf987 + 96943de commit d7cfaa5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

optiLoader.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
#include <WProgram.h>
1+
#if ARDUINO >= 100
2+
#include "Arduino.h"
3+
#else
4+
#include "WProgram.h"
5+
#endif
26
#include <avr/pgmspace.h>
37
#include "SPI.h"
48

0 commit comments

Comments
 (0)