Fix missing apm3_io_led_init

This commit is contained in:
2024-08-21 13:16:14 +02:00
parent bf00108224
commit 11aabf50f8
3 changed files with 17 additions and 0 deletions

View File

@ -52,3 +52,8 @@ void apm3_io_get_opbtns(uint8_t *opbtn)
*opbtn = apm3_opbtn;
}
}
HRESULT apm3_io_led_init(void)
{
return S_OK;
}