bugfix (freertos): added stdint.h to linux portmacro header

pull/8430/head
Jakob Hasse 2022-02-15 19:28:01 +08:00
rodzic 0d03c17ab2
commit d5e1362e14
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -1,6 +1,13 @@
/*
* SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#include "esp_attr.h"
#include <stdint.h>
#ifdef __cplusplus
extern "C" {