Skip to content

Commit

Permalink
use previous version of RTOS avoiding compilation failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-rabault committed May 14, 2024
1 parent dcad95e commit aa3e2dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/projects/l0/button_freertos/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -43,6 +44,7 @@ build_flags =
-O1
-DSTM32F0 ;FreeRTos arch selection
-DWITH_BOOTLOADER
-DFREERTOS_TAG=V11.0.1
upload_protocol = custom
upload_flags =
-t2
Expand Down

0 comments on commit aa3e2dd

Please sign in to comment.