Skip to content
  • rahix's avatar
    fix(libcard10): Initialize GPIO before PMIC · 0fa3702a
    rahix authored
    
    
    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>
    0fa3702a