Skip to content
Snippets Groups Projects
Commit b6c22c42 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

esp8266/etshal.h: Add few more ESP8266 vendor lib prototypes.

parent a4dbb423
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,8 @@ void MD5Final(unsigned char digest[16], MD5_CTX *context);
// These prototypes are for recent SDKs with "malloc tracking"
void *pvPortMalloc(unsigned sz, const char *fname, int line);
void *pvPortZalloc(unsigned sz, const char *fname, int line);
void *pvPortRealloc(void *p, unsigned sz, const char *fname, int line);
void vPortFree(void *p, const char *fname, int line);
#endif // _INCLUDED_ETSHAL_H_
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment