aboutsummaryrefslogtreecommitdiff
path: root/examples/PIO_TestPatterns/src/main.cpp
diff options
context:
space:
mode:
authorElliot Matson <ematson5897@gmail.com>2023-01-29 21:09:10 -0600
committerElliot Matson <ematson5897@gmail.com>2023-01-29 21:09:10 -0600
commit0f62898bae25753937e4479e525182bd38dc14c9 (patch)
tree984876a1758c73f5213e4bb1239b4a27ae2ad6fb /examples/PIO_TestPatterns/src/main.cpp
parent9b706f9599e90dfe4cc2a95a643c94225e52ab49 (diff)
fix includes
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 ef43fe3..cb132e3 100644
--- a/examples/PIO_TestPatterns/src/main.cpp
+++ b/examples/PIO_TestPatterns/src/main.cpp
@@ -1,14 +1,14 @@
// How to use this library with a FM6126 panel, thanks goes to:
// https://github.com/hzeller/rpi-rgb-led-matrix/issues/746
-/*
+
// IDF
#include <stdio.h>
#include <freertos/FreeRTOS.h>
#include <freertos/task.h>
#include <driver/gpio.h>
#include "sdkconfig.h"
-*/
+
#include <Arduino.h>
#include "xtensa/core-macros.h"
#ifdef VIRTUAL_PANE