From 3a239ff64954d4ef4bc7602f44dd458843754e87 Mon Sep 17 00:00:00 2001 From: Matthias Grob Date: Thu, 23 Jun 2022 18:06:30 +0200 Subject: [PATCH] examples: remove empty fake_gyro --- src/examples/fake_gyro/Kconfig | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/examples/fake_gyro/Kconfig diff --git a/src/examples/fake_gyro/Kconfig b/src/examples/fake_gyro/Kconfig deleted file mode 100644 index fbfc20465b..0000000000 --- a/src/examples/fake_gyro/Kconfig +++ /dev/null @@ -1,5 +0,0 @@ -menuconfig EXAMPLES_FAKE_GYRO - bool "fake_gyro" - default n - ---help--- - Enable support for fake_gyro \ No newline at end of file