X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm%2Fao_timer.c;h=9e9436cfa685dae451ae27ff59b8c9af6b32be1c;hb=cdaa0d7b272505c49017f409b7c0b8e3240608f0;hp=9d118b721349d2198f69e37f7e32dd73ee593734;hpb=f16d1e3a2f074b96aae6b9053e8e9e03bd282741;p=fw%2Faltos diff --git a/src/stm/ao_timer.c b/src/stm/ao_timer.c index 9d118b72..9e9436cf 100644 --- a/src/stm/ao_timer.c +++ b/src/stm/ao_timer.c @@ -39,8 +39,8 @@ ao_time(void) #endif #if AO_DATA_ALL -volatile __data uint8_t ao_data_interval = 1; -volatile __data uint8_t ao_data_count; +volatile uint8_t ao_data_interval = 1; +volatile uint8_t ao_data_count; #endif void stm_systick_isr(void)