sys/auto_init: alphabetical order for SHT3x fixed
This commit fixes the alphabetical order in sys/auto_init for the SHT3x driver.
This commit is contained in:
parent
7f1436536e
commit
56c09a088c
@ -437,6 +437,10 @@ void auto_init(void)
|
||||
extern void auto_init_pulse_counter(void);
|
||||
auto_init_pulse_counter();
|
||||
#endif
|
||||
#ifdef MODULE_SHT3X
|
||||
extern void auto_init_sht3x(void);
|
||||
auto_init_sht3x();
|
||||
#endif
|
||||
#ifdef MODULE_SI114X
|
||||
extern void auto_init_si114x(void);
|
||||
auto_init_si114x();
|
||||
@ -470,11 +474,6 @@ void auto_init(void)
|
||||
auto_init_veml6070();
|
||||
#endif
|
||||
|
||||
#ifdef MODULE_SHT3X
|
||||
extern void auto_init_sht3x(void);
|
||||
auto_init_sht3x();
|
||||
#endif
|
||||
|
||||
#endif /* MODULE_AUTO_INIT_SAUL */
|
||||
|
||||
#ifdef MODULE_AUTO_INIT_GNRC_RPL
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user