From d659a34c6736b98786588a2f749b2cc22fafcba3 Mon Sep 17 00:00:00 2001 From: KLASSENTS Date: Tue, 28 Jan 2025 15:57:16 +0700 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D0=BF=D0=BB=D0=B0=D1=82?= =?UTF-8?q?=D1=8B=20elsomik=20=D0=BE=D0=BF=D1=80=D0=B5=D0=B4=D0=B5=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=B8=D0=BD=D0=B0=20=D1=82?= =?UTF-8?q?=D0=B0=D0=BA=D0=BE=D0=B5=20=D0=B6=D0=B5,=20=D0=BA=D0=B0=D0=BA?= =?UTF-8?q?=20=D1=83=20=D1=81=D1=82=D0=B0=D1=80=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libraries/IRremote/src/private/IRTimer.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/IRremote/src/private/IRTimer.hpp b/libraries/IRremote/src/private/IRTimer.hpp index c34dd52..f064e04 100644 --- a/libraries/IRremote/src/private/IRTimer.hpp +++ b/libraries/IRremote/src/private/IRTimer.hpp @@ -2076,11 +2076,11 @@ extern "C" void __attribute__((noinline, section(".ram_text"), optimize("O3"))) # if defined(SEND_PWM_BY_TIMER) #include "pins_arduino.h" -# if defined(ARDUINO_START_MIK32_V1) +# if (defined(ARDUINO_START_MIK32_V1) || defined(ARDUINO_ELSOMIK)) #define IR_SEND_PIN P0_0 # else #define IR_SEND_PIN 3 -# endif // START_MIK32_V1 +# endif // START_MIK32_V1, ELSOMIK static TIMER32_HandleTypeDef ir_sender_htimer; static TIMER32_CHANNEL_HandleTypeDef ir_sender_htimer_channel;