iPod Classic: rework on external interrupts

Change-Id: I5be450adeb12b16070d9bfa31503e2ef350b2981
This commit is contained in:
Cástor Muñoz 2016-05-22 01:12:35 +02:00
parent 3f17745930
commit 88caf222ed
3 changed files with 180 additions and 172 deletions

View file

@ -206,6 +206,7 @@ void system_init(void)
pmu_preinit();
#endif
gpio_init();
eint_init();
pmu_init();
dma_init();
#ifdef HAVE_SERIAL