Remove unused #include and component require from fatal component
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
idf_component_register(
|
||||
SRCS "fatal.c"
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES esp_system log
|
||||
REQUIRES log
|
||||
)
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#include "fatal.h"
|
||||
|
||||
#include "esp_log.h"
|
||||
#include "esp_system.h"
|
||||
|
||||
#define TAG "Fatal"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user