From 33d4e0731564682445f13fff26759c00f19c4359 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 23 Mar 2012 16:10:35 +0100 Subject: [PATCH] [sam] fixing wrong function header --- .../system/libsam/cmsis/sam3xa/source/templates/system_sam3xa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/arduino/sam/system/libsam/cmsis/sam3xa/source/templates/system_sam3xa.h b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/source/templates/system_sam3xa.h index 147901ac5..12c68a683 100644 --- a/hardware/arduino/sam/system/libsam/cmsis/sam3xa/source/templates/system_sam3xa.h +++ b/hardware/arduino/sam/system/libsam/cmsis/sam3xa/source/templates/system_sam3xa.h @@ -39,7 +39,7 @@ void SystemInit(void); /** * Initialize the flash and watchdog setting . */ -void set_flash_and_watchdog(void); +void system_init_flash_and_watchdog(uint32_t dw_clk); /** * @brief Updates the SystemCoreClock with current core Clock