diff options
| author | Elliot Matson <ematson5897@gmail.com> | 2023-01-29 21:25:24 -0600 |
|---|---|---|
| committer | Elliot Matson <ematson5897@gmail.com> | 2023-01-29 21:25:24 -0600 |
| commit | 2c86ceee73a45193e7c31c1f6d6558c77c95c085 (patch) | |
| tree | 958d1fb56cc1b0573d8b89ec4ef1bd9712373542 /examples/PIO_TestPatterns/src/main.cpp | |
| parent | 6378731cbcb39da81fdb94aacebe6e99c3f310b6 (diff) | |
does CI work now?
Diffstat (limited to 'examples/PIO_TestPatterns/src/main.cpp')
| -rw-r--r-- | examples/PIO_TestPatterns/src/main.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/PIO_TestPatterns/src/main.cpp b/examples/PIO_TestPatterns/src/main.cpp index e8611ae..83abcc3 100644 --- a/examples/PIO_TestPatterns/src/main.cpp +++ b/examples/PIO_TestPatterns/src/main.cpp @@ -1,14 +1,13 @@ // How to use this library with a FM6126 panel, thanks goes to: // https://github.com/hzeller/rpi-rgb-led-matrix/issues/746 - -// IDF +//#ifdef IDF_BUILD #include <stdio.h> #include <freertos/FreeRTOS.h> #include <freertos/task.h> #include <driver/gpio.h> #include "sdkconfig.h" -// IDF +//#endif #include <Arduino.h> #include "xtensa/core-macros.h" |
