From aa3e2dd89636a4552f2a063da922d33e6f519938 Mon Sep 17 00:00:00 2001 From: Nicolas Rabault Date: Tue, 14 May 2024 10:54:26 +0200 Subject: [PATCH] use previous version of RTOS avoiding compilation failure. --- examples/projects/l0/button_freertos/platformio.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/projects/l0/button_freertos/platformio.ini b/examples/projects/l0/button_freertos/platformio.ini index cc7547584..4dc77c2c3 100644 --- a/examples/projects/l0/button_freertos/platformio.ini +++ b/examples/projects/l0/button_freertos/platformio.ini @@ -33,6 +33,7 @@ build_unflags = -Os build_flags = -include node_config.h -DSTM32F0 ;FreeRTos arch selection + -DFREERTOS_TAG=V11.0.1 -O1 [env:l0_with_bootloader] @@ -43,6 +44,7 @@ build_flags = -O1 -DSTM32F0 ;FreeRTos arch selection -DWITH_BOOTLOADER + -DFREERTOS_TAG=V11.0.1 upload_protocol = custom upload_flags = -t2