Loading...
Searching...
No Matches
esp_eth_params.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2018 Gunar Schorcht
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
17
18#if defined(MODULE_ESP_ETH) || defined(DOXYGEN)
19
24#ifndef ESP_ETH_STACKSIZE
26#define ESP_ETH_STACKSIZE THREAD_STACKSIZE_DEFAULT
27#endif
28
29#ifndef ESP_ETH_PRIO
31#define ESP_ETH_PRIO GNRC_NETIF_PRIO
32#endif
34
35#ifdef __cplusplus
36extern "C" {
37#endif
38
39#ifdef __cplusplus
40}
41#endif
42
43#endif /* MODULE_ESP_ETH || DOXYGEN */
44