Fix RPi example flags
This commit is contained in:
parent
6fe581aea7
commit
b675e0c034
1 changed files with 2 additions and 1 deletions
|
@ -18,4 +18,5 @@ add_executable(${PROJECT_NAME} main.cpp)
|
|||
target_link_libraries(${PROJECT_NAME} RadioLib pigpio)
|
||||
|
||||
# you can also specify RadioLib compile-time flags here
|
||||
#target_compile_definitions(${PROJECT_NAME} PUBLIC RADIOLIB_DEBUG RADIOLIB_VERBOSE)
|
||||
#target_compile_definitions(RadioLib PUBLIC RADIOLIB_DEBUG_BASIC RADIOLIB_DEBUG_SPI)
|
||||
#target_compile_definitions(RadioLib PUBLIC RADIOLIB_DEBUG_PORT=stdout)
|
||||
|
|
Loading…
Add table
Reference in a new issue