Loading...
Searching...
No Matches
portable.h
1/*
2 * Copyright (C) 2022 Gunar Schorcht
3 *
4 * This file is subject to the terms and conditions of the GNU Lesser
5 * General Public License v2.1. See the file LICENSE in the top level
6 * directory for more details.
7 *
8 * FreeRTOS to RIOT-OS adaption module for source code compatibility
9 */
10
11/* Empty file, only required for source code compatibility */
12
13#ifndef FREERTOS_PORTABLE_H
14#define FREERTOS_PORTABLE_H
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
20#ifdef __cplusplus
21}
22#endif
23
24#endif /* FREERTOS_PORTABLE_H */