Skip to content

Commit

Permalink
fix: Adds dummy modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui committed Nov 14, 2024
1 parent 45d06d6 commit 2d099bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pc_hal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@ set(SMARTFIN_SOURCE_FILES
../src/cli/menuItems/systemCommands.cpp
../src/cli/menuItems/debugCommands.cpp
../src/imu/imu.cpp
../src/cli/cliDebug.cpp
../src/cli/menuItems/gpsCommands.cpp
../src/debug/recorder_debug.cpp
)
add_executable(smartfin_pc ${SMARTFIN_SOURCE_FILES})

0 comments on commit 2d099bc

Please sign in to comment.