cleanup
This commit is contained in:
@ -3,15 +3,16 @@
|
||||
* @brief Main application entry point for LED Controller
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include "control.h"
|
||||
#include "animation.h"
|
||||
#include "led.h"
|
||||
|
||||
#include "freertos/FreeRTOS.h"
|
||||
#include "freertos/task.h"
|
||||
#include "esp_log.h"
|
||||
#include "esp_system.h"
|
||||
|
||||
#include "control.h"
|
||||
#include "animation.h"
|
||||
#include "led.h"
|
||||
#include <stdio.h>
|
||||
|
||||
static const char *TAG = "MAIN";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user