From 2a5a5e58f43912a2160e933f7fbe608546aecdeb Mon Sep 17 00:00:00 2001 From: Keir Lawson Date: Tue, 28 Nov 2023 20:49:38 +0000 Subject: [PATCH] remove stray import --- src/touch.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/touch.rs b/src/touch.rs index 0d85be6ff95..9239c09e385 100644 --- a/src/touch.rs +++ b/src/touch.rs @@ -6,7 +6,7 @@ use esp_idf_sys::{ touch_pad_t_TOUCH_PAD_NUM12, touch_pad_t_TOUCH_PAD_NUM13, touch_pad_t_TOUCH_PAD_NUM14, touch_pad_t_TOUCH_PAD_NUM2, touch_pad_t_TOUCH_PAD_NUM3, touch_pad_t_TOUCH_PAD_NUM4, touch_pad_t_TOUCH_PAD_NUM5, touch_pad_t_TOUCH_PAD_NUM6, touch_pad_t_TOUCH_PAD_NUM7, - touch_pad_t_TOUCH_PAD_NUM8, touch_pad_t_TOUCH_PAD_NUM9, EspError, CONFIG_CONSOLE_UART, + touch_pad_t_TOUCH_PAD_NUM8, touch_pad_t_TOUCH_PAD_NUM9, EspError, }; #[cfg(any(esp32, esp32s2, esp32s3))]