mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-01-07 05:59:24 +03:00
8 lines
95 B
C
8 lines
95 B
C
|
#pragma once
|
||
|
|
||
|
typedef enum{
|
||
|
TimerIRQSourceCCI1,
|
||
|
TimerIRQSourceCCI2,
|
||
|
} TimerIRQSource;
|
||
|
|