We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e8f4d3 commit 0cab365Copy full SHA for 0cab365
1 file changed
src/hal/drivers/mesa-hostmot2/watchdog.c
@@ -47,7 +47,7 @@ void hm2_watchdog_process_tram_read(hostmot2_t *hm2) {
47
// last time we were here, everything was fine
48
// see if the watchdog has bit since then
49
if (hm2->watchdog.status_reg[0] & 0x1) {
50
- HM2_PRINT("Watchdog has bit! (set the .has-bit pin to False to resume)\n");
+ HM2_ERR("Watchdog has bit! (set the .has-bit pin to False to resume)\n");
51
*hm2->watchdog.instance[0].hal.pin.has_bit = 1;
52
hm2->llio->needs_reset = 1;
53
}
0 commit comments