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

This commit is contained in:
Jakob Hasse
2022-02-15 19:28:01 +08:00
parent 0d03c17ab2
commit d5e1362e14

View File

@@ -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" {