Unverified Commit 82abc76e authored by Earle F. Philhower, III's avatar Earle F. Philhower, III Committed by GitHub
parent 6e0175bd
...@@ -112,6 +112,8 @@ env.Append( ...@@ -112,6 +112,8 @@ env.Append(
"ARDUINO_ARCH_RP2040", "ARDUINO_ARCH_RP2040",
("F_CPU", "$BOARD_F_CPU"), ("F_CPU", "$BOARD_F_CPU"),
("BOARD_NAME", '\\"%s\\"' % env.subst("$BOARD")), ("BOARD_NAME", '\\"%s\\"' % env.subst("$BOARD")),
"ARM_MATH_CM0_FAMILY",
"ARM_MATH_CM0_PLUS",
], ],
CPPPATH=[ CPPPATH=[
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment