From 33e85b4f00129128c33a5411e7eab5cef2fb14b9 Mon Sep 17 00:00:00 2001 From: Ogneyar Date: Thu, 22 Aug 2024 16:30:04 +0300 Subject: [PATCH] =?UTF-8?q?define=20=D0=B8=D0=B7=20avr-gcc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cores/arduino/Arduino.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cores/arduino/Arduino.h b/cores/arduino/Arduino.h index 291a780..c95766f 100644 --- a/cores/arduino/Arduino.h +++ b/cores/arduino/Arduino.h @@ -35,6 +35,9 @@ #include "wiring.h" +// define из avr-gcc (некоторые библиотеки ардуины им пользуются) +#define _BV(bit) (1 << (bit)) + // void ErrorMsgHandler(const char * msg); /* sketch */