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