Loading...
Searching...
No Matches
esp_eth_params.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2018 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
19#ifndef ESP_ETH_PARAMS_H
20#define ESP_ETH_PARAMS_H
21
22#if defined(MODULE_ESP_ETH) || defined(DOXYGEN)
23
28#ifndef ESP_ETH_STACKSIZE
30#define ESP_ETH_STACKSIZE THREAD_STACKSIZE_DEFAULT
31#endif
32
33#ifndef ESP_ETH_PRIO
35#define ESP_ETH_PRIO GNRC_NETIF_PRIO
36#endif
39#ifdef __cplusplus
40extern "C" {
41#endif
42
43#ifdef __cplusplus
44}
45#endif
46
47#endif /* MODULE_ESP_ETH || DOXYGEN */
48
49#endif /* ESP_ETH_PARAMS_H */