1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 12:42:30 +04:00
Files
unleashed-firmware/firmware/targets/f4/api-hal/api-interrupts.c

6 lines
180 B
C
Raw Normal View History

#include "api-hal/api-interrupt-mgr.h"
/* interrupts */
void HAL_COMP_TriggerCallback(COMP_HandleTypeDef* hcomp) {
api_interrupt_call(InterruptTypeComparatorTrigger, hcomp);
}