From 76903ea636ae9df8a0f1ab737aaa07243b9c411d Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis Date: Sun, 4 Jan 2026 11:55:25 -0300 Subject: [PATCH] drivers/sx126x: Fix typo in the Kconfig This is a small fix just to true the github getting the new commits after running git push -f Signed-off-by: Alan C. Assis --- drivers/wireless/lpwan/sx126x/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/wireless/lpwan/sx126x/Kconfig b/drivers/wireless/lpwan/sx126x/Kconfig index 6a04e1952c0..822c40267d0 100644 --- a/drivers/wireless/lpwan/sx126x/Kconfig +++ b/drivers/wireless/lpwan/sx126x/Kconfig @@ -25,4 +25,4 @@ config LPWAN_SX126X_MAX_DEVICES int "SX126X maximum devices" default 1 -endif # DRIVERS_LPWAN +endif # LPWAN_SX126X