Skip to content

Commit

Permalink
git hash debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DESKTOP-M9CCUTI\ian committed Aug 12, 2024
1 parent 71c7e7a commit 4586863
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 @@ -39,7 +39,7 @@ set(PICO_BOARD_CMAKE_DIRS ${CMAKE_CURRENT_LIST_DIR}/boards )
#
#set(BP_PICO_PLATFORM "rp2350")

if(DEFINED ${GIT_COMMIT_HASH})
if(DEFINED GIT_COMMIT_HASH)
set(BP_FIRMWARE_HASH ${GIT_COMMIT_HASH})
else()
set(BP_FIRMWARE_HASH "unknown")
Expand Down

0 comments on commit 4586863

Please sign in to comment.