Skip to content

Commit

Permalink
CMakeLists.txt: switch on STM32G0B1
Browse files Browse the repository at this point in the history
  • Loading branch information
marckleinebudde committed Jan 16, 2023
1 parent ffa1644 commit 7f6a8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ foreach (TGTNAME IN LISTS TGTF407_LIST)
endforeach()

foreach (TGTNAME IN LISTS TGTG0B1_LIST)
option(BUILD_${TGTNAME} "Build firmware for \"${TGTNAME}\" (default=yes)" OFF)
option(BUILD_${TGTNAME} "Build firmware for \"${TGTNAME}\" (default=yes)" ON)
if (BUILD_${TGTNAME})
add_g0b1_target(${TGTNAME})
endif()
Expand Down

0 comments on commit 7f6a8b2

Please sign in to comment.