mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-23 19:21:59 +03:00
Add hooks to feed watchdog during lengthy bigint operations
This commit is contained in:
@ -217,6 +217,9 @@ int ax_get_file(const char *filename, uint8_t **buf) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
void ax_wdt_feed() {
|
||||
}
|
||||
|
||||
/*
|
||||
* Utility functions
|
||||
*/
|
||||
|
Reference in New Issue
Block a user