mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-03 20:54:18 +00:00
mark system_ticks as volatile as it is updated from ISR context
This commit is contained in:
parent
128d60345e
commit
b0f22fb96d
@ -83,7 +83,7 @@ static linked_list_t timers;
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_TICK
|
||||
static uint32_t system_ticks;
|
||||
static volatile uint32_t system_ticks;
|
||||
#endif
|
||||
|
||||
static int trigger_event_received = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user