Skip to content
Snippets Groups Projects
Commit 8e3975fa authored by Hauke Petersen's avatar Hauke Petersen
Browse files

sys/auto_init: remove gpioint initialization

parent 26e91946
No related branches found
No related tags found
No related merge requests found
...@@ -28,10 +28,6 @@ ...@@ -28,10 +28,6 @@
#include "sht11.h" #include "sht11.h"
#endif #endif
#ifdef MODULE_GPIOINT
#include "gpioint.h"
#endif
#ifdef MODULE_MCI #ifdef MODULE_MCI
#include "diskio.h" #include "diskio.h"
#endif #endif
...@@ -116,10 +112,6 @@ void auto_init(void) ...@@ -116,10 +112,6 @@ void auto_init(void)
DEBUG("Auto init SHT11 module.\n"); DEBUG("Auto init SHT11 module.\n");
sht11_init(); sht11_init();
#endif #endif
#ifdef MODULE_GPIOINT
DEBUG("Auto init gpioint module.\n");
gpioint_init();
#endif
#ifdef MODULE_MCI #ifdef MODULE_MCI
DEBUG("Auto init mci module.\n"); DEBUG("Auto init mci module.\n");
mci_initialize(); mci_initialize();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment