mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Add hooks to feed watchdog during lengthy bigint operations
This commit is contained in:
@ -81,6 +81,8 @@ extern "C" {
|
||||
#define hmac_sha1 ax_hmac_sha1
|
||||
#define hmac_md5 ax_hmac_md5
|
||||
|
||||
void ax_wdt_feed();
|
||||
|
||||
#elif defined(WIN32)
|
||||
|
||||
/* Windows CE stuff */
|
||||
|
Reference in New Issue
Block a user