summaryrefslogtreecommitdiff
path: root/test/cortexm_fpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cortexm_fpu.c')
-rw-r--r--test/cortexm_fpu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cortexm_fpu.c b/test/cortexm_fpu.c
index f31ec63535..c27edbaf40 100644
--- a/test/cortexm_fpu.c
+++ b/test/cortexm_fpu.c
@@ -3,11 +3,12 @@
* found in the LICENSE file.
*/
+#include "test_util.h"
+
#include "cpu.h"
#include "math.h"
#include "registers.h"
#include "task.h"
-#include "test_util.h"
#include "time.h"
static volatile uint32_t fpscr;