removed header include statment for ledcontroller

This commit is contained in:
jakeg00dwin 2024-09-01 12:27:07 -07:00
parent 2628c0be9c
commit bdca898b62
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@
// This can prevent issues with utils/delay.h library with the gcc toolchain
#define __DELAY_BACKWARD_COMPATIBLE__
#include "LedController.h"
#include "RegEdit.h"
#include "SuperLoop.h"
#include "config.h"