mirror of
https://github.com/esphome/esphome.git
synced 2025-02-07 13:40:59 +00:00
[logger] Ensure PRIu32 and friends are available (#8155)
This commit is contained in:
parent
7dab1a6082
commit
2489f95107
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <cstdarg>
|
#include <cstdarg>
|
||||||
|
// for PRIu32 and friends
|
||||||
|
#include <cinttypes>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#ifdef USE_STORE_LOG_STR_IN_FLASH
|
#ifdef USE_STORE_LOG_STR_IN_FLASH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user