mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
Merge branch 'master' of github.com:espruino/Espruino
This commit is contained in:
commit
95a97e5f38
@ -412,13 +412,17 @@ void jshSetOutputValue(JshPinFunction func, int value) {
|
||||
*/
|
||||
void jshEnableWatchDog(JsVarFloat timeout) {
|
||||
UNUSED(timeout);
|
||||
#ifdef DEBUG
|
||||
jsError(">> jshEnableWatchDog Not implemented,using taskwatchdog from RTOS");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
// Kick the watchdog
|
||||
void jshKickWatchDog() {
|
||||
#ifdef DEBUG
|
||||
jsError(">> jshKickWatchDog Not implemented,using taskwatchdog from RTOS");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user