Skip to content

Commit 04105f5

Browse files
giulcioffifacchinm
authored andcommitted
Use pgmspace.h of typical AVR
1 parent ecbb531 commit 04105f5

File tree

2 files changed

+1793
-1
lines changed

2 files changed

+1793
-1
lines changed

Diff for: cores/arduino/Arduino.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@
2020
#ifndef Arduino_h
2121
#define Arduino_h
2222

23+
#include "../../tools/pgmspace.h"
24+
2325
#include "api/ArduinoAPI.h"
2426

25-
#include <avr/pgmspace.h>
2627
#include <avr/io.h>
2728
#include <avr/interrupt.h>
2829

0 commit comments

Comments
 (0)