Remove unused #include and component require from fatal component

This commit is contained in:
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
)