Skip to content
Snippets Groups Projects
Unverified Commit 92347a0d authored by Marian Buschsieweke's avatar Marian Buschsieweke
Browse files

sys/shell: Removed unneeded cpp directives

parent affb385b
No related branches found
No related tags found
No related merge requests found
...@@ -20,8 +20,6 @@ ...@@ -20,8 +20,6 @@
* @} * @}
*/ */
#ifdef MODULE_SHT1X
#include <stdio.h> #include <stdio.h>
#include <stdint.h> #include <stdint.h>
#include <stdlib.h> #include <stdlib.h>
...@@ -374,5 +372,3 @@ int _sht_config_handler(int argc, char **argv) ...@@ -374,5 +372,3 @@ int _sht_config_handler(int argc, char **argv)
print_config(&sht1x_devs[dev_num]); print_config(&sht1x_devs[dev_num]);
return 0; return 0;
} }
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment