From 47a37049eb587cc6fc887a75deef75d354954b0b Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 23 Mar 2012 16:03:41 +0100 Subject: [PATCH] [sam] Fixing cmsis system_sam3xa.c call to header --- .../system/libsam/cmsis/sam3xa/source/templates/system_sam3xa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/arduino/sam/system/libsam/cmsis/sam3xa/source/templates/system_sam3xa.c b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/source/templates/system_sam3xa.c index 27186e512..0e511d605 100644 --- a/hardware/arduino/sam/system/libsam/cmsis/sam3xa/source/templates/system_sam3xa.c +++ b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/source/templates/system_sam3xa.c @@ -15,7 +15,7 @@ * ******************************************************************************/ -#include "system_sam3x.h" +#include "system_sam3xa.h" #include "sam3xa.h" /* @cond 0 */