Skip to content

Commit

Permalink
Fix target name ORGPAL_PALTHREE on cmake-variants (#1680)
Browse files Browse the repository at this point in the history
***NO_CI***
  • Loading branch information
josesimoes authored Jul 14, 2020
1 parent de12184 commit 7b21c0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions targets/CMSIS-OS/ChibiOS/ORGPAL_PALTHREE/cmake-variants.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"linkage": {
"default": "",
"choices": {
"ST_STM32F769I_DISCOVERY": {
"short": "ST_STM32F769I_DISCOVERY",
"ORGPAL_PALTHREE": {
"short": "ORGPAL_PALTHREE",
"settings": {
"BUILD_VERSION": "0.9.99.999",
"CMAKE_TOOLCHAIN_FILE": "CMake/toolchain.arm-none-eabi.cmake",
Expand All @@ -32,7 +32,7 @@
"RTOS": "CHIBIOS",
"TARGET_SERIES": "STM32F7xx",
"CHIBIOS_SOURCE": "",
"CHIBIOS_BOARD": "ST_STM32F769I_DISCOVERY",
"CHIBIOS_BOARD": "ORGPAL_PALTHREE",
"CHIBIOS_CONTRIB_REQUIRED": "OFF",
"CHIBIOS_CONTRIB_SOURCE": "",
"STM32_CUBE_PACKAGE_REQUIRED": "ON",
Expand Down

0 comments on commit 7b21c0e

Please sign in to comment.