Skip to content

Commit

Permalink
fix comp
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Apr 29, 2024
1 parent daaf832 commit a3480de
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ add_executable(${EXEC} ${SRCS})
target_link_libraries(${EXEC} ${HELLO_PI_LIBS})

add_compile_options(-Wno-write-strings)
add_compile_options(-Wno-unused-variable)

add_executable(fpv_video0.bin fpv_video0.cpp)
target_link_libraries(fpv_video0.bin ${HELLO_PI_LIBS})
Expand Down

0 comments on commit a3480de

Please sign in to comment.