esp8266/etshal.h: Remove unneeded function declaration.

This commit is contained in:
Christian Zietz 2022-05-04 20:01:17 +02:00 committed by Damien George
parent ea1c0557e5
commit e92c22a839
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@
void ets_isr_mask(uint32_t mask);
void ets_isr_unmask(uint32_t mask);
void ets_wdt_disable(void);
// Opaque structure
#ifndef MD5_CTX
typedef char MD5_CTX[88];