Fix name of pico_lwip_mqtt in bazel build

This commit is contained in:
Peter Harper 2025-04-09 17:28:58 +01:00
parent 438fda5d38
commit b4bbac3fee
2 changed files with 3 additions and 3 deletions

View File

@ -138,8 +138,8 @@ cc_library(
)
alias(
name = "pico_lwip_mqttt",
actual = "@lwip//:pico_lwip_mqttt",
name = "pico_lwip_mqtt",
actual = "@lwip//:pico_lwip_mqtt",
)
alias(

View File

@ -160,7 +160,7 @@ cc_library(
)
cc_library(
name = "pico_lwip_mqttt",
name = "pico_lwip_mqtt",
srcs = ["src/apps/mqtt/mqtt.c"],
deps = [":pico_lwip_core"],
)