Rename auto_off -> watchdog

This commit is contained in:
Keir Fraser
2021-02-23 10:02:48 +00:00
parent 43a0076d54
commit de9c26d23f
4 changed files with 28 additions and 28 deletions

View File

@@ -192,7 +192,7 @@ struct packed gw_delay {
uint16_t step_delay; /* usec */
uint16_t seek_settle; /* msec */
uint16_t motor_delay; /* msec */
uint16_t auto_off; /* msec */
uint16_t watchdog; /* msec */
};
/* CMD_SWITCH_FW_MODE */