esp8266/etshal.h: Remove unneeded function declaration.
This commit is contained in:
committed by
Damien George
parent
ea1c0557e5
commit
e92c22a839
@@ -9,8 +9,6 @@
|
|||||||
void ets_isr_mask(uint32_t mask);
|
void ets_isr_mask(uint32_t mask);
|
||||||
void ets_isr_unmask(uint32_t mask);
|
void ets_isr_unmask(uint32_t mask);
|
||||||
|
|
||||||
void ets_wdt_disable(void);
|
|
||||||
|
|
||||||
// Opaque structure
|
// Opaque structure
|
||||||
#ifndef MD5_CTX
|
#ifndef MD5_CTX
|
||||||
typedef char MD5_CTX[88];
|
typedef char MD5_CTX[88];
|
||||||
|
|||||||
Reference in New Issue
Block a user