hacked led_strip

This commit is contained in:
Wizmo2
2023-09-16 17:12:26 -04:00
parent f32e4de84b
commit 2ecf2e6098
2 changed files with 3 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ struct led_color_t {
};
struct led_strip_t {
const enum rgb_led_type_t rgb_led_type;
enum rgb_led_type_t rgb_led_type; // should be const, but workaround needed for initialization
uint32_t led_strip_length;
// RMT peripheral settings