Unverified Commit 50cb1749 authored by Earle F. Philhower, III's avatar Earle F. Philhower, III Committed by GitHub

Fix RP2040 FP calls in ROM (#2411)

A typo in the CMakefile resulted in ROM FPU calls not being added in
the Pico library.  Fix the file and rebuild libraries.

Fixes #2410
parent 48c4c202
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -43,7 +43,7 @@ target_compile_definitions(common-${cpu} INTERFACE
LWIP_UDP=1
LWIP_IGMP=1
LWIP_CHECKSUM_CTRL_PER_NETIF=1
${xdc}
${xcd}
)
......
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