1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/esp8266: remove unused function definitions

This commit is contained in:
Gunar Schorcht 2019-12-16 01:49:56 +01:00
parent b6e9ecb9a7
commit 32c7bd8867

View File

@ -47,8 +47,6 @@ extern void system_restart(void);
#define system_wdt_init esp_task_wdt_init
#define system_wdt_feed esp_task_wdt_reset
#define system_wdt_start pp_soft_wdt_stop
#define system_wdt_stop pp_soft_wdt_restart
/** @} */