This commit is contained in:
DashyFox 2024-05-27 11:11:52 +03:00
parent a958c1d3b2
commit 3057e78aeb

View File

@ -21,7 +21,7 @@
#define dec14_PIN PB14
#define dec15_PIN PB15
#define LoopOut PA7
#define LoopOut PC13
#define dec_ISR(n) \
void dec_##n##_ISR() { dec##n.isr(); }