aboutsummaryrefslogtreecommitdiff
path: root/examples/PIO_TestPatterns/src/main.cpp
diff options
context:
space:
mode:
authorElliot Matson <ematson5897@gmail.com>2023-01-29 21:53:57 -0600
committerElliot Matson <ematson5897@gmail.com>2023-01-29 21:53:57 -0600
commitfda92b77af1a341c8f55ee04100b099222cb898a (patch)
treee7c5fb6ab5b418292f73f1d57e6292ffbf6c2305 /examples/PIO_TestPatterns/src/main.cpp
parent9901c2352d9ad9b33e46688c5dbfb2bf7c5e68fa (diff)
Add final switch to IDF
Diffstat (limited to 'examples/PIO_TestPatterns/src/main.cpp')
-rw-r--r--examples/PIO_TestPatterns/src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/PIO_TestPatterns/src/main.cpp b/examples/PIO_TestPatterns/src/main.cpp
index 83abcc3..40d077e 100644
--- a/examples/PIO_TestPatterns/src/main.cpp
+++ b/examples/PIO_TestPatterns/src/main.cpp
@@ -1,13 +1,13 @@
// How to use this library with a FM6126 panel, thanks goes to:
// https://github.com/hzeller/rpi-rgb-led-matrix/issues/746
-//#ifdef IDF_BUILD
+#ifdef IDF_BUILD
#include <stdio.h>
#include <freertos/FreeRTOS.h>
#include <freertos/task.h>
#include <driver/gpio.h>
#include "sdkconfig.h"
-//#endif
+#endif
#include <Arduino.h>
#include "xtensa/core-macros.h"