restore static struct for led_vu

This commit is contained in:
Wizmo2
2023-09-15 20:02:30 -04:00
parent 992f5c361c
commit 3350a8dbc7
2 changed files with 7 additions and 13 deletions

View File

@@ -44,15 +44,6 @@ struct led_strip_t {
// RMT peripheral settings
rmt_channel_t rmt_channel;
/*
* Interrupt table is located in soc.h
* As of 11/27/16, reccomended interrupts are:
* 9, 12, 13, 17, 18, 19, 20, 21 or 23
* Ensure that the same interrupt number isn't used twice
* across all libraries
*/
int rmt_interrupt_num;
gpio_num_t gpio; // Must be less than GPIO_NUM_33
struct led_color_t *led_strip_working;