From 2265f41869af3aecab5d6a9039069c19c01b8721 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 31 Aug 2020 08:55:43 +0200 Subject: Remove remaining arduino_nano_168 references --- src/app/ws2812b_uart/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/ws2812b_uart/Kconfig') diff --git a/src/app/ws2812b_uart/Kconfig b/src/app/ws2812b_uart/Kconfig index 7566e4c..8e9a6ca 100644 --- a/src/app/ws2812b_uart/Kconfig +++ b/src/app/ws2812b_uart/Kconfig @@ -1,2 +1,2 @@ prompt "UART to WS2812b" -depends on (arch_arduino_nano || arch_arduino_nano_168) && meta_driver_neopixel +depends on arch_arduino_nano && meta_driver_neopixel -- cgit v1.2.3