From cb2af95a4f24a2b2ff5898ea9804ca303694d6d6 Mon Sep 17 00:00:00 2001 From: Erhan Kurubas Date: Thu, 25 Jun 2026 14:47:27 +0200 Subject: [PATCH] change(app_trace): remove GPIO range from UART trace pin config --- components/app_trace/Kconfig.apptrace | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/app_trace/Kconfig.apptrace b/components/app_trace/Kconfig.apptrace index 420987da06a..9417b8c38f8 100644 --- a/components/app_trace/Kconfig.apptrace +++ b/components/app_trace/Kconfig.apptrace @@ -47,7 +47,6 @@ menu "Application Level Tracing" config APPTRACE_UART_TX_GPIO int "UART TX on GPIO" depends on APPTRACE_DEST_UART - range 0 46 default 12 help This GPIO is used for UART TX pin. @@ -55,7 +54,6 @@ menu "Application Level Tracing" config APPTRACE_UART_RX_GPIO int "UART RX on GPIO" depends on APPTRACE_DEST_UART - range 0 46 default 13 help This GPIO is used for UART RX pin.