feat(all): Use PRIx macro in all logs

This commit is contained in:
Konstantin Kondrashov
2024-03-07 17:43:45 +02:00
parent 08d1460f15
commit 3f89072af1
57 changed files with 194 additions and 194 deletions
+1
View File
@@ -7,6 +7,7 @@
#pragma once
#include "sdkconfig.h"
#include <stdint.h>
#include <inttypes.h>
#include "soc/reset_reasons.h"
#ifdef __cplusplus