mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-20 09:43:23 +00:00
5 lines
79 B
C
5 lines
79 B
C
|
#include "cmsis_os.h"
|
||
|
#include "api-hal-tim.h"
|
||
|
|
||
|
void tim_irda_rx_init(void) {
|
||
|
}
|