added a feature common to all interrupts #7

Closed
ogneyar wants to merge 20 commits from ogneyar/elbear_arduino_bsp:main into main
Showing only changes of commit 926f03b87f - Show all commits

View File

@ -35,6 +35,9 @@
#include "wiring.h"
// define из avr-gcc (некоторые библиотеки ардуины им пользуются)
#define _BV(bit) (1 << (bit))
// void ErrorMsgHandler(const char * msg);
/* sketch */