From b675e0c034f9c192dd2f6851cfab31ee36562f96 Mon Sep 17 00:00:00 2001 From: jgromes Date: Fri, 3 May 2024 21:05:44 +0100 Subject: [PATCH] Fix RPi example flags --- examples/NonArduino/Raspberry/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/NonArduino/Raspberry/CMakeLists.txt b/examples/NonArduino/Raspberry/CMakeLists.txt index 79feff12..c9d47872 100644 --- a/examples/NonArduino/Raspberry/CMakeLists.txt +++ b/examples/NonArduino/Raspberry/CMakeLists.txt @@ -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)