Merged with dev
This commit is contained in:
commit
926f03b87f
@ -35,6 +35,9 @@
|
||||
|
||||
#include "wiring.h"
|
||||
|
||||
// define из avr-gcc (некоторые библиотеки ардуины им пользуются)
|
||||
#define _BV(bit) (1 << (bit))
|
||||
|
||||
// void ErrorMsgHandler(const char * msg);
|
||||
|
||||
/* sketch */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user