X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fcore%2Fao_config.c;h=ce855ad1b51e1dcfdd6afb8d2d455fe45528e2d9;hb=31f5a02654cbf172beed25f4c518dfb7be8c714e;hp=f19dd9cd8d198b6f0724119afa5bdeebfb0b882d;hpb=4d4ad34aec0c75c66162b992f1e52947e4685730;p=fw%2Faltos diff --git a/src/core/ao_config.c b/src/core/ao_config.c index f19dd9cd..ce855ad1 100644 --- a/src/core/ao_config.c +++ b/src/core/ao_config.c @@ -463,6 +463,9 @@ ao_config_radio_enable_set(void) __reentrant #endif /* HAS_RADIO */ #if HAS_AES + +__xdata uint8_t ao_config_aes_seq = 1; + void ao_config_key_show(void) __reentrant { @@ -485,6 +488,7 @@ ao_config_key_set(void) __reentrant break; ao_config.aes_key[i] = ao_cmd_lex_i; } + ++ao_config_aes_seq; _ao_config_edit_finish(); } #endif