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