X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fdrivers%2Fao_watchdog.c;h=01c3cd0e7eb3ce7da67d95e7039004f5e0725155;hb=2de8922b505f0358a36933721fbddf6a9ef7e9a4;hp=1a877fcb4266e680db17580343309842dbfc7013;hpb=1085ec5d57e0ed5d132f2bbdac1a0b6a32c0ab4a;p=fw%2Faltos diff --git a/src/drivers/ao_watchdog.c b/src/drivers/ao_watchdog.c index 1a877fcb..01c3cd0e 100644 --- a/src/drivers/ao_watchdog.c +++ b/src/drivers/ao_watchdog.c @@ -46,7 +46,7 @@ ao_watchdog_set(void) } -static __code struct ao_cmds ao_watchdog_cmds[] = { +static const struct ao_cmds ao_watchdog_cmds[] = { { ao_watchdog_set, "Q <0 off, 1 on>\0Enable or disable watchdog timer" }, { 0, NULL }, };