From bcf9b4e5cd502e7270339c4c4f64f355f0c17870 Mon Sep 17 00:00:00 2001 From: Jari van Ewijk Date: Thu, 9 Dec 2021 17:14:08 +0100 Subject: [PATCH] timer-gpout example renamed to timer-gpio --- boards/xtensa/esp32s2/esp32s2-saola-1/configs/timer/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/xtensa/esp32s2/esp32s2-saola-1/configs/timer/defconfig b/boards/xtensa/esp32s2/esp32s2-saola-1/configs/timer/defconfig index 71a9668092c..c22ec7f3a18 100644 --- a/boards/xtensa/esp32s2/esp32s2-saola-1/configs/timer/defconfig +++ b/boards/xtensa/esp32s2/esp32s2-saola-1/configs/timer/defconfig @@ -28,7 +28,7 @@ CONFIG_ESP32S2_TIMER2=y CONFIG_ESP32S2_TIMER3=y CONFIG_ESP32S2_UART0=y CONFIG_EXAMPLES_TIMER=y -CONFIG_EXAMPLES_TIMER_GPOUT=y +CONFIG_EXAMPLES_TIMER_GPIO=y CONFIG_FS_PROCFS=y CONFIG_HAVE_CXX=y CONFIG_HAVE_CXXINITIALIZE=y