Skip to content

Commit 0be1d9c

Browse files
authored
Fix picow default libname in platform.txt (#1250)
1 parent 305e194 commit 0be1d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ build.flags.libstdcpp=-lstdc++
9494
build.flags.exceptions=-fno-exceptions
9595
build.flags.stackprotect=
9696
build.libpico=libpico.a
97-
build.libpicow=libpicow-noipv6-nobtc-nobtle.a
97+
build.libpicow=libpicow-noipv6-nobtc-noble.a
9898
build.boot2=boot2_generic_03h_4_padded_checksum
9999
build.libpicowdefs=-DLWIP_IPV6=0 -DLWIP_IPV4=1
100100
build.wificc=-DWIFICC=CYW43_COUNTRY_WORLDWIDE

0 commit comments

Comments
 (0)