fix(libcard10): Initialize GPIO before PMIC
pmic_init() uses the GPIO API internally to set up the PMIC interrupt handler. This does not work properly if called before GPIO_Init() and will lead to the power-button never interrupting Epicardium. Fixes #83. Signed-off-by:Rahix <rahix@rahix.de>
Loading
Please register or sign in to comment