Skip to content

Commit

Permalink
Use master branch for chibiOS whilst waiting for a mirror.
Browse files Browse the repository at this point in the history
!!! TODO: revert to set(RTOS_VERSION "stable_21.6.x") when mirror available !!!
(dev containers continue to target the correct, but non existing branch.
  • Loading branch information
networkfusion authored and josesimoes committed Jul 1, 2021
1 parent 0b925da commit b31ed79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/ChibiOS/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ endif()
if(RTOS_VERSION_EMPTY)
# no ChibiOS version actualy specified, must be empty which is fine, we'll default to a known good version
# WHEN CHANGING THIS MAKE SURE TO UPDATE THE DEV CONTAINERS
set(RTOS_VERSION "stable_21.6.x")
set(RTOS_VERSION "master") # !!! TODO: revert to set(RTOS_VERSION "stable_21.6.x") when mirror available !!!
endif()

if(NO_RTOS_SOURCE_FOLDER)
Expand Down

0 comments on commit b31ed79

Please sign in to comment.