X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fdrivers%2Fao_lco_two.c;fp=src%2Fdrivers%2Fao_lco_two.c;h=12c02e8847002714ca6a33a78a81935687d4035d;hp=6f2d81ffbfbbef2233a0642dc4c597644056e453;hb=ce3d531e0e1ceab03a25c8a5e4a2b4ce6b11a2cf;hpb=e91409e8076769b184bbfad35829c1e9f1015bad diff --git a/src/drivers/ao_lco_two.c b/src/drivers/ao_lco_two.c index 6f2d81ff..12c02e88 100644 --- a/src/drivers/ao_lco_two.c +++ b/src/drivers/ao_lco_two.c @@ -129,7 +129,7 @@ ao_lco_set_debug(void) ao_lco_debug = ao_cmd_lex_i; } -__code struct ao_cmds ao_lco_cmds[] = { +const struct ao_cmds ao_lco_cmds[] = { { ao_lco_set_debug, "D <0 off, 1 on>\0Debug" }, { 0, NULL } };