From 26979f60502391c659e5fc2691b38accc7088fdc Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Mon, 31 May 2021 16:08:12 +0200 Subject: [PATCH] Removed Kconfig --- Kconfig | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Kconfig diff --git a/Kconfig b/Kconfig deleted file mode 100644 index a09d8bf..0000000 --- a/Kconfig +++ /dev/null @@ -1,10 +0,0 @@ -menu "Fast LED" - - config FAST_LED_TEST - bool "Create a Fast LED option in case I need to later" - default n - help - I don't know if I'm going to have to add menuconfig options in the future. - Maybe I will. If I do, this is the template for doing it. - -endmenu