FL-262 Interrupt manager (#270)
* interrupt manager * init interrupt manager * add usage to lf-rfid app * check ready flag * move interrupts code to target hal * fix path
This commit is contained in:
@@ -11,5 +11,9 @@ bool init_flipper_api(void) {
|
||||
no_errors = false;
|
||||
}
|
||||
|
||||
if(!api_interrupt_init()) {
|
||||
no_errors = false;
|
||||
}
|
||||
|
||||
return no_errors;
|
||||
}
|
||||
Reference in New Issue
Block a user