sys/autoinit: fix alphabetical order
This commit is contained in:
parent
d513e9d3d3
commit
f171f38c3e
@ -345,6 +345,10 @@ void auto_init(void)
|
||||
extern void auto_init_bmx055(void);
|
||||
auto_init_bmx055();
|
||||
#endif
|
||||
#ifdef MODULE_CCS811
|
||||
extern void auto_init_ccs811(void);
|
||||
auto_init_ccs811();
|
||||
#endif
|
||||
#ifdef MODULE_DHT
|
||||
extern void auto_init_dht(void);
|
||||
auto_init_dht();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user