fix: typo
This commit is contained in:
parent
2fd48ac5e6
commit
edf15b88e0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ project(controller)
|
|||
|
||||
add_executable(controller main.c)
|
||||
|
||||
option(WIRING_PI_DEBUG "Use WiringPi Debugging Tool (0)" OFF)
|
||||
option(WIRING_PI_DEBUG "Use WiringPi Debugging Tool (OFF)" OFF)
|
||||
|
||||
SET(CMAKE_C_FLAGS "-std=gnu99 -Wall -Wextra -Werror -Wpedantic -lwiringPi -lwiringPiDev -luuid -llmdb -g")
|
||||
|
||||
|
|
Loading…
Reference in a new issue