fix includes

This commit is contained in:
Elliot Matson 2023-01-29 21:09:10 -06:00
parent 9b706f9599
commit 0f62898bae

View file

@ -1,14 +1,14 @@
// How to use this library with a FM6126 panel, thanks goes to: // How to use this library with a FM6126 panel, thanks goes to:
// https://github.com/hzeller/rpi-rgb-led-matrix/issues/746 // https://github.com/hzeller/rpi-rgb-led-matrix/issues/746
/*
// IDF // IDF
#include <stdio.h> #include <stdio.h>
#include <freertos/FreeRTOS.h> #include <freertos/FreeRTOS.h>
#include <freertos/task.h> #include <freertos/task.h>
#include <driver/gpio.h> #include <driver/gpio.h>
#include "sdkconfig.h" #include "sdkconfig.h"
*/
#include <Arduino.h> #include <Arduino.h>
#include "xtensa/core-macros.h" #include "xtensa/core-macros.h"
#ifdef VIRTUAL_PANE #ifdef VIRTUAL_PANE