From cd266af44d991c00e841f1bbac95d89f44d52212 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 9 Jan 2022 17:23:42 +0100 Subject: ws2812b dmap does not use stdin --- src/app/ws2812b_dmap/Kconfig | 2 +- src/app/ws2812b_dmap/main.cc | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'src/app') diff --git a/src/app/ws2812b_dmap/Kconfig b/src/app/ws2812b_dmap/Kconfig index 8f7c84a..d48a3b6 100644 --- a/src/app/ws2812b_dmap/Kconfig +++ b/src/app/ws2812b_dmap/Kconfig @@ -3,4 +3,4 @@ # SPDX-License-Identifier: CC0-1.0 prompt "dmap WS2812b" -depends on arch_arduino_nano && meta_driver_neopixel && meta_driver_stdin +depends on arch_arduino_nano && meta_driver_neopixel diff --git a/src/app/ws2812b_dmap/main.cc b/src/app/ws2812b_dmap/main.cc index 16dbf60..ed9b083 100644 --- a/src/app/ws2812b_dmap/main.cc +++ b/src/app/ws2812b_dmap/main.cc @@ -5,7 +5,6 @@ */ #include "arch.h" #include "driver/neopixel.h" -#include "driver/stdin.h" #include "driver/stdout.h" #include #include @@ -70,7 +69,6 @@ int main(void) arch.setup(); gpio.setup(); kout.setup(); - kin.setup(); np.setup(); -- cgit v1.2.3