Merge branch 'constexpr-progmem' into integration

This commit is contained in:
J. Nick Koston
2026-02-19 16:40:31 -06:00
2 changed files with 2 additions and 2 deletions

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"',
),
),
)