From 91dba465241dbff972f4ba99619d8d7af9c5649b Mon Sep 17 00:00:00 2001 From: px4dev Date: Sun, 6 Jan 2013 19:20:22 -0800 Subject: Fix fallout from removing the spurious CMSIS --- apps/mathlib/CMSIS/Include/core_cm3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/mathlib/CMSIS/Include/core_cm3.h') diff --git a/apps/mathlib/CMSIS/Include/core_cm3.h b/apps/mathlib/CMSIS/Include/core_cm3.h index db1716ad9..733d6be53 100644 --- a/apps/mathlib/CMSIS/Include/core_cm3.h +++ b/apps/mathlib/CMSIS/Include/core_cm3.h @@ -118,8 +118,8 @@ #endif #include /* standard types definitions */ -#include /* Core Instruction Access */ -#include /* Core Function Access */ +#include "core_cmInstr.h" /* Core Instruction Access */ +#include "core_cmFunc.h" /* Core Function Access */ #endif /* __CORE_CM3_H_GENERIC */ -- cgit v1.2.3