We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19fa1b7 commit d5799abCopy full SHA for d5799ab
bootloaders/boot.c
@@ -36,7 +36,6 @@
36
*/
37
#define F_CPU_RESET (16E6/6)
38
39
-#include "api/deprecated-avr-comp/avr/pgmspace.h"
40
#include <avr/io.h>
41
#include <assert.h>
42
#include <stdbool.h>
cores/arduino/Arduino.h
@@ -20,14 +20,10 @@
20
#ifndef Arduino_h
21
#define Arduino_h
22
23
24
-#include <avr/io.h>
25
-#include <avr/interrupt.h>
26
-
27
#include "api/ArduinoAPI.h"
28
29
-#undef F
30
-#define F(str) (const __FlashStringHelper*)(str)
+#include <avr/io.h>
+#include <avr/interrupt.h>
31
32
#ifdef __cplusplus
33
extern "C"{
0 commit comments