Loading...
Searching...
No Matches
portable.h
1/*
2 * SPDX-FileCopyrightText: 2022 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/* Empty file, only required for source code compatibility */
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
18#ifdef __cplusplus
19}
20#endif