mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Remove unneeded volatile
This commit is contained in:
parent
7875b97aae
commit
9dd7faeefa
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
#include "system.h"
|
||||
|
||||
// cycles per microsecond
|
||||
static volatile uint32_t usTicks = 0;
|
||||
static uint32_t usTicks = 0;
|
||||
// current uptime for 1kHz systick timer. will rollover after 49 days. hopefully we won't care.
|
||||
static volatile uint32_t sysTickUptime = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue