Remove unused #include and component require from fatal component

This commit is contained in:
Camden Dixie O'Brien 2023-05-15 18:31:22 +01:00
parent 3ab6c20e58
commit e4fa25a61e
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
idf_component_register(
SRCS "fatal.c"
INCLUDE_DIRS "."
REQUIRES esp_system log
REQUIRES log
)

View File

@ -6,7 +6,6 @@
#include "fatal.h"
#include "esp_log.h"
#include "esp_system.h"
#define TAG "Fatal"