From 2309d2514255e518721a2cc79282d3b2a3e18dd3 Mon Sep 17 00:00:00 2001 From: KLASSENTS Date: Wed, 19 Mar 2025 09:15:58 +0700 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=B0=D1=8F=20=D0=B0=D1=80?= =?UTF-8?q?=D1=85=D0=B8=D1=82=D0=B5=D0=BA=D1=82=D1=83=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libraries/FreeRTOS/library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/FreeRTOS/library.properties b/libraries/FreeRTOS/library.properties index 02cfd26..d3c34a7 100644 --- a/libraries/FreeRTOS/library.properties +++ b/libraries/FreeRTOS/library.properties @@ -6,6 +6,6 @@ sentence=FreeRTOS Real Time Operating System implemented for Arduino Uno R3, Nan paragraph=The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure. category=Timing url=https://github.com/feilipu/Arduino_FreeRTOS_Library -architectures=avr +architectures=MIK32_Amur license=MIT includes=Arduino_FreeRTOS.h