This commit is contained in:
J. Nick Koston
2026-02-20 23:32:28 -06:00
parent 7a9a0f9e75
commit 2906f56b3f
9 changed files with 32 additions and 50 deletions

View File

@@ -79,6 +79,7 @@ def clang_options(idedata):
"-Dpgm_read_byte_near(s)=(*(const uint8_t *)(s))",
"-Dpgm_read_word(s)=(*(const uint16_t *)(s))",
"-Dpgm_read_dword(s)=(*(const uint32_t *)(s))",
"-Dpgm_read_ptr(s)=(*(const void *const *)(s))",
"-DPROGMEM=",
"-DPGM_P=const char *",
"-DPSTR(s)=(s)",