We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb3466 commit 19fa1b7Copy full SHA for 19fa1b7
cores/arduino/Arduino.h
@@ -20,19 +20,15 @@
20
#ifndef Arduino_h
21
#define Arduino_h
22
23
-#ifdef __PGMSPACE_H_
24
-#undef __PGMSPACE_H_
25
-#endif
26
-
27
#include "api/deprecated-avr-comp/avr/pgmspace.h"
28
#include <avr/io.h>
29
#include <avr/interrupt.h>
30
31
#include "api/ArduinoAPI.h"
32
-/*
+
33
#undef F
34
-#define F(str) (str)
35
-*/
+#define F(str) (const __FlashStringHelper*)(str)
36
#ifdef __cplusplus
37
extern "C"{
38
#endif
0 commit comments