We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486a4c6 commit 28a8073Copy full SHA for 28a8073
cores/esp32/pgmspace.h
@@ -53,6 +53,8 @@ typedef unsigned long prog_uint32_t;
53
*(void * const *)(_addr); \
54
})
55
56
+#define pgm_get_far_address(x) ((uint32_t)(&(x)))
57
+
58
#define pgm_read_byte_near(addr) pgm_read_byte(addr)
59
#define pgm_read_word_near(addr) pgm_read_word(addr)
60
#define pgm_read_dword_near(addr) pgm_read_dword(addr)
0 commit comments