From 92347a0dd8737b2788c555df06e64db8cbce21f2 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Tue, 18 Dec 2018 16:37:52 +0100 Subject: [PATCH] sys/shell: Removed unneeded cpp directives --- sys/shell/commands/sc_sht1x.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/shell/commands/sc_sht1x.c b/sys/shell/commands/sc_sht1x.c index c814ccff48..a0aa8e816f 100644 --- a/sys/shell/commands/sc_sht1x.c +++ b/sys/shell/commands/sc_sht1x.c @@ -20,8 +20,6 @@ * @} */ -#ifdef MODULE_SHT1X - #include #include #include @@ -374,5 +372,3 @@ int _sht_config_handler(int argc, char **argv) print_config(&sht1x_devs[dev_num]); return 0; } - -#endif