1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 08:21:18 +01:00

pkg/lwip: correct coding style

This commit is contained in:
Wouter Symons 2019-12-09 14:48:02 +01:00
parent 5c42f680ed
commit a3145a0ad0

View File

@ -97,7 +97,7 @@ static socket_zep_t socket_zep_devs[LWIP_NETIF_NUMOF];
#ifdef MODULE_ESP_WIFI
extern esp_wifi_netdev_t _esp_wifi_dev;
extern void esp_wifi_setup (esp_wifi_netdev_t* dev);
extern void esp_wifi_setup(esp_wifi_netdev_t *dev);
#endif
#ifdef MODULE_STM32_ETH