Skip to content

Commit 834f861

Browse files
committed
h33: ethernet: move LWIP_DNS define to boards.txt
Otherwise it will be overwritten every time we package the library
1 parent 69aa30d commit 834f861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ portenta_h33.upload_port.1.pid=0x0368
2424

2525
portenta_h33.compiler.fsp.defines={build.variant.path}/defines.txt
2626
portenta_h33.compiler.fsp.ldflags={build.variant.path}/ldflags.txt
27-
portenta_h33.compiler.fsp.cflags=-mthumb "@{compiler.fsp.defines}"
28-
portenta_h33.compiler.fsp.cxxflags=-mthumb "@{compiler.fsp.defines}"
27+
portenta_h33.compiler.fsp.cflags=-mthumb "@{compiler.fsp.defines}" -DLWIP_DNS=1
28+
portenta_h33.compiler.fsp.cxxflags=-mthumb "@{compiler.fsp.defines}" -DLWIP_DNS=1
2929
portenta_h33.compiler.tinyusb.cflags=-DCFG_TUSB_MCU=OPT_MCU_RAXXX
3030
portenta_h33.compiler.tinyusb.cxxflags=-DCFG_TUSB_MCU=OPT_MCU_RAXXX
3131
portenta_h33.compiler.fsp.includes={build.variant.path}/includes.txt

0 commit comments

Comments
 (0)