1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-18 11:03:50 +01:00
RIOT/cpu/esp32/include/freertos/FreeRTOSConfig.h
2025-09-12 11:25:41 +02:00

32 lines
428 B
C

/*
* SPDX-FileCopyrightText: 2022 Gunar Schorcht
* SPDX-License-Identifier: LGPL-2.1-only
*/
#pragma once
/**
* @ingroup cpu_esp32
* @{
*
* @file
* @brief FreeRTOS configuration for ESP32 as required by ESP-IDF
*
* @author Gunar Schorcht <gunar@schorcht.net>
* @}
*/
#include "sdkconfig.h"
#ifndef DOXYGEN
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif /* DOXYGEN */