1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #10631 from maribu/sht1x_cleanup

sys/shell: Removed unneeded cpp directives
This commit is contained in:
Alexandre Abadie 2018-12-18 17:40:13 +01:00 committed by GitHub
commit 09461f1457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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