Allow using PROGMEM outside of Arduino (fixes #1903)

This commit is contained in:
Benoit Blanchon
2023-04-07 18:19:33 +02:00
parent 31ce648e63
commit 40daf56b5a
13 changed files with 23 additions and 19 deletions

View File

@@ -5,6 +5,7 @@ HEAD
----
* Fix compatibility with the Zephyr Project (issue #1905)
* Allow using PROGMEM outside of Arduino (issue #1903)
v6.21.1 (2023-03-27)
-------