From d87cbec45b54e2451de90520db0e7d1bd9f16ef2 Mon Sep 17 00:00:00 2001 From: Austin Date: Tue, 28 Jul 2026 14:47:02 -0400 Subject: [PATCH] Remove esp32c6 guard precluding NonBlockingRTTTL (#11273) --- src/modules/ExternalNotificationModule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/ExternalNotificationModule.h b/src/modules/ExternalNotificationModule.h index 03eac036b..a5b9f68da 100644 --- a/src/modules/ExternalNotificationModule.h +++ b/src/modules/ExternalNotificationModule.h @@ -23,7 +23,7 @@ extern AmbientLightingThread *ambientLightingThread; #endif #endif -#if !defined(ARCH_PORTDUINO) && !defined(ARCH_STM32WL) && !defined(CONFIG_IDF_TARGET_ESP32C6) +#if !defined(ARCH_PORTDUINO) && !defined(ARCH_STM32WL) #include #else // Noop class for portduino.