mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-19 09:13:11 +00:00
11 lines
192 B
C
11 lines
192 B
C
|
#pragma once
|
||
|
#include "api-hal-tim_i.h"
|
||
|
|
||
|
/**
|
||
|
* Function to handle IRDA timer ISR.
|
||
|
*
|
||
|
* @param source - reason for interrupt request.
|
||
|
*/
|
||
|
void api_hal_irda_tim_isr(TimerIRQSource source);
|
||
|
|