Skip to content

Commit

Permalink
Merge pull request #78 from mossmann/pico-fix
Browse files Browse the repository at this point in the history
firmware: add board_rev.c to Pico build
  • Loading branch information
mossmann committed Jun 20, 2024
2 parents 5c8b977 + 532e409 commit 8eac6c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firmware/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ target_sources(${PROJECT} PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}/src/boards/${BOARD}/uart.c
${CMAKE_CURRENT_SOURCE_DIR}/src/mcu/rp2040/dfu.c
${CMAKE_CURRENT_SOURCE_DIR}/src/mcu/rp2040/usb_descriptors.c
${CMAKE_CURRENT_SOURCE_DIR}/src/board_rev.c
${CMAKE_CURRENT_SOURCE_DIR}/src/button.c
${CMAKE_CURRENT_SOURCE_DIR}/src/console.c
${CMAKE_CURRENT_SOURCE_DIR}/src/debug_spi.c
Expand Down

0 comments on commit 8eac6c6

Please sign in to comment.