diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/system.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/system.cc b/src/system.cc index 2d019e1..83d3b1e 100644 --- a/src/system.cc +++ b/src/system.cc @@ -215,6 +215,7 @@ void System::receive(void) } else if (rx_pos == 32) { rx_pos = 0; storage.append(rx_buf); + wdt_reset(); } break; } |