mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #10631 from maribu/sht1x_cleanup
sys/shell: Removed unneeded cpp directives
This commit is contained in:
commit
09461f1457
@ -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)
|
|||||||
print_config(&sht1x_devs[dev_num]);
|
print_config(&sht1x_devs[dev_num]);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
Loading…
Reference in New Issue
Block a user