1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-07 01:54:26 +01:00

[sam] fixing wrong function header

This commit is contained in:
unknown 2012-03-23 16:10:35 +01:00
parent 47a37049eb
commit 33d4e07315

View File

@ -39,7 +39,7 @@ void SystemInit(void);
/** /**
* Initialize the flash and watchdog setting . * 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 * @brief Updates the SystemCoreClock with current core Clock