mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-19 09:42:11 +03:00
[sam] fixing wrong function header
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user