- error message

This commit is contained in:
r4
2022-04-19 19:45:13 +02:00
parent 6f962c0d88
commit 618c75b72b
2 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
#include "sys.hh"
void (*full_reset)() = nullptr;
static volatile bool wdt_int_sleep_mode = false;
ISR (WDT_vect) {
if (wdt_int_sleep_mode)