flipperzero-firmware/firmware/targets/f4/api-hal/api-interrupts.c
DrZlo13 3ba1738acd
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
2020-12-19 01:26:03 +06:00

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);
}