Create fatal component to handle fatal errors

This commit is contained in:
2023-05-14 21:13:35 +01:00
parent cc020d12bf
commit ae1d470b4b
5 changed files with 51 additions and 1 deletions

View File

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