Merge branch 'feature/add_inttypes_for_esp_app_format' into 'master'

bootloader_support: Add missing inttypes include in esp_app_format.h

Closes IDFGH-3950

See merge request espressif/esp-idf!10921
pull/4512/merge
Angus Gratton 2020-10-22 12:16:22 +08:00
commit cb12365221
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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