Skip to content
Snippets Groups Projects
Unverified Commit 09461f14 authored by Alexandre Abadie's avatar Alexandre Abadie Committed by GitHub
Browse files

Merge pull request #10631 from maribu/sht1x_cleanup

sys/shell: Removed unneeded cpp directives
parents affb385b 92347a0d
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,6 @@
* @}
*/
#ifdef MODULE_SHT1X
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
......@@ -374,5 +372,3 @@ int _sht_config_handler(int argc, char **argv)
print_config(&sht1x_devs[dev_num]);
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