Loading...
Searching...
No Matches
idf_additions.h
1/*
2 * SPDX-FileCopyrightText: 2024 Gunar Schorcht
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6/*
7 * FreeRTOS to RIOT-OS adaption module for source code compatibility
8 */
9
10#pragma once
11
12#ifndef DOXYGEN
13
14#include "freertos/FreeRTOS.h"
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
20#ifdef __cplusplus
21}
22#endif
23
24#endif /* DOXYGEN */