Skip to content
Snippets Groups Projects
Verified Commit 0fa3702a authored by rahix's avatar rahix
Browse files

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: default avatarRahix <rahix@rahix.de>
parent e111ec69
No related branches found
No related tags found
Loading
Loading
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