tests/libfixmath: explicitly import ARRAY_SIZE definition

ARRAY_SIZE is implicitly imported by "xtimer.h" which will be removed of
this file.
This commit is contained in:
Gaëtan Harter 2019-08-12 16:42:21 +02:00
parent ed27d3b68b
commit 4c209ab8d7
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -30,6 +30,7 @@
#include <stdio.h> #include <stdio.h>
#include "kernel_defines.h"
#include "xtimer.h" #include "xtimer.h"
#include "fix16.h" #include "fix16.h"