mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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…
Reference in New Issue
Block a user