1
0
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:
Ivan Grokhotkov
2016-05-10 23:00:33 +08:00
parent 69c757f2a3
commit cd6c04a809
3 changed files with 7 additions and 0 deletions

View File

@ -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 */