Skip to content

Commit b793110

Browse files
committed
Renamed WProgram.h to Arduino.h.
(Filtered from arduino/Arduino@d05e402)
1 parent 96dbe10 commit b793110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#define _SPI_H_INCLUDED
1313

1414
#include <stdio.h>
15-
#include <WProgram.h>
15+
#include <Arduino.h>
1616
#include <avr/pgmspace.h>
1717

1818
#define SPI_CLOCK_DIV4 0x00

0 commit comments

Comments
 (0)