Skip to content

Commit

Permalink
commentery
Browse files Browse the repository at this point in the history
  • Loading branch information
recursiveforte authored Oct 11, 2024
1 parent 7db46a8 commit 3a7673c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion firmware/sprig_hal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ include(pico_sdk_import.cmake)
include(pico_extras_import.cmake)

pico_sdk_init()
add_definitions(-DPICO_NO_BI_PROGRAM_BUILD_DATE)
add_definitions(-DPICO_NO_BI_PROGRAM_BUILD_DATE) # don't add build date into the build

add_library(sprig_hal STATIC src/HAL.c)

# expose stuff in /include but don't expose stuff in /src
target_include_directories(sprig_hal PUBLIC ${PROJECT_SOURCE_DIR}/include)
target_include_directories(sprig_hal PRIVATE ${PROJECT_SOURCE_DIR}/src)

Expand Down

0 comments on commit 3a7673c

Please sign in to comment.