bootloader_support: Add missing inttypes include in esp_app_format.h

Signed-off-by: KonstantinKondrashov <konstantin@espressif.com>

Closes: https://github.com/espressif/esp-idf/pull/5837
This commit is contained in:
sU8U7SfkcwTJVH7PjaVmej7D
2020-09-07 12:00:00 +02:00
committed by KonstantinKondrashov
parent a416452657
commit 092b63f491

View File

@@ -13,6 +13,8 @@
// limitations under the License. // limitations under the License.
#pragma once #pragma once
#include <inttypes.h>
/** /**
* @brief ESP chip ID * @brief ESP chip ID
* *