Skip to content

Commit 943b11b

Browse files
D-Triveninordicjm
authored andcommitted
samples: net: Fix typos
Fix typos in board and config names for MQTT and UDP samples. Signed-off-by: Triveni Danda <[email protected]>
1 parent a96cd79 commit 943b11b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/net/mqtt/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ tests:
6363
- ci_samples_net
6464
extra_args:
6565
- mqtt_SHIELD="nrf7002ek"
66-
- mqtt_EXTRA_CONF_FILE=overlay-tls-nrf54l15-nrf70.conf
66+
- mqtt_EXTRA_CONF_FILE=overlay-tls-nrf70.conf
6767
sample.net.mqtt.nrf54l15.wifi:
6868
sysbuild: true
6969
build_only: true

samples/net/udp/Kconfig.sysbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
config WIFI_NRF70
88
default y if BOARD_NRF7002DK_NRF5340_CPUAPP_NS || \
99
BOARD_NRF5340DK_NRF5340_CPUAPP_NS || \
10-
BOARD_NRF53L15DK_NRF54L15_CPUAPP
10+
BOARD_NRF54L15DK_NRF54L15_CPUAPP
1111

1212
source "share/sysbuild/Kconfig"

0 commit comments

Comments
 (0)