tests/xtimer_shift_on_compare: Add static to compilation-unit local variables
This commit is contained in:
parent
d1e860380c
commit
03fbca46fa
@ -25,10 +25,10 @@
|
|||||||
#define ITERATIONS 128
|
#define ITERATIONS 128
|
||||||
#define MAXSHIFT 8
|
#define MAXSHIFT 8
|
||||||
|
|
||||||
unsigned min[MAXSHIFT];
|
static unsigned min[MAXSHIFT];
|
||||||
unsigned max[MAXSHIFT];
|
static unsigned max[MAXSHIFT];
|
||||||
unsigned avg[MAXSHIFT];
|
static unsigned avg[MAXSHIFT];
|
||||||
unsigned total[MAXSHIFT];
|
static unsigned total[MAXSHIFT];
|
||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user