diff options
| author | Elliot Matson <ematson5897@gmail.com> | 2023-01-29 21:20:47 -0600 |
|---|---|---|
| committer | Elliot Matson <ematson5897@gmail.com> | 2023-01-29 21:20:47 -0600 |
| commit | 6378731cbcb39da81fdb94aacebe6e99c3f310b6 (patch) | |
| tree | d79afb93699567a7282e892391f9f8e429a67548 /examples/PIO_TestPatterns/src | |
| parent | 0f62898bae25753937e4479e525182bd38dc14c9 (diff) | |
Fix sdkconfig
Diffstat (limited to 'examples/PIO_TestPatterns/src')
| -rw-r--r-- | examples/PIO_TestPatterns/src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/PIO_TestPatterns/src/main.cpp b/examples/PIO_TestPatterns/src/main.cpp index cb132e3..e8611ae 100644 --- a/examples/PIO_TestPatterns/src/main.cpp +++ b/examples/PIO_TestPatterns/src/main.cpp @@ -8,6 +8,7 @@ #include <freertos/task.h> #include <driver/gpio.h> #include "sdkconfig.h" +// IDF #include <Arduino.h> #include "xtensa/core-macros.h" |
