mirror of
https://github.com/W3SLAV/micropython.git
synced 2025-06-19 20:15:33 -04:00
esp8266/etshal.h: Remove unneeded function declaration.
This commit is contained in:
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];
|
||||||
|
Loading…
Reference in New Issue
Block a user