fix for 4.3

This commit is contained in:
Wizmo2
2022-11-24 03:46:10 -05:00
parent afd0da16a5
commit aa865e17b2
2 changed files with 2 additions and 2 deletions

View File

@@ -17,8 +17,7 @@ extern "C" {
#include <driver/rmt.h>
#include <driver/gpio.h>
#include "freertos/FreeRTOS.h"
#include "freertos/semphr.h"
#include <stddef.h>
enum rgb_led_type_t {

View File

@@ -35,6 +35,7 @@
#include "gds.h"
#include "gds_text.h"
#include "gds_draw.h"
#include "led_vu.h"
#include "platform_esp32.h"
#include "lwip/sockets.h"
#include "globdefs.h"