Skip to content

Commit dc2897f

Browse files
committed
Print if clock resus'd for user to handle
1 parent df0883a commit dc2897f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

prawnblaster/prawnblaster.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,9 @@ void resus_callback(void)
717717

718718
// update clock status
719719
clock_status = INTERNAL;
720+
721+
// inform user on next read
722+
fast_serial_printf("System Clock Resus'd\r\n");
720723
}
721724

722725
void loop()

0 commit comments

Comments
 (0)