3ba1738acd
* interrupt manager * init interrupt manager * add usage to lf-rfid app * check ready flag * move interrupts code to target hal * fix path
6 lines
180 B
C
6 lines
180 B
C
#include "api-hal/api-interrupt-mgr.h"
|
|
|
|
/* interrupts */
|
|
void HAL_COMP_TriggerCallback(COMP_HandleTypeDef* hcomp) {
|
|
api_interrupt_call(InterruptTypeComparatorTrigger, hcomp);
|
|
} |