fix includes
This commit is contained in:
parent
9b706f9599
commit
0f62898bae
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue