Merge branch 'dev' into api-flash-string-progmem

This commit is contained in:
J. Nick Koston
2026-02-22 15:26:05 -06:00
committed by GitHub
472 changed files with 11193 additions and 6136 deletions
+1 -1
View File
@@ -331,7 +331,7 @@ class TestStatements:
),
(
cg.ProgmemAssignmentExpression(ct.uint16, "foo", "bar"),
'static const uint16_t foo[] PROGMEM = "bar"',
'static constexpr uint16_t foo[] PROGMEM = "bar"',
),
),
)