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 fe0af6f commit daaf832
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ set(SRCS video.c)
add_executable(${EXEC} ${SRCS})
target_link_libraries(${EXEC} ${HELLO_PI_LIBS})

add_compile_options(-Wno-write-strings)

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

Expand Down

0 comments on commit daaf832

Please sign in to comment.