17 lines
807 B
C
17 lines
807 B
C
#include "mcu_init.h"
|
|
/* Defines ------------------------------------------------------------------*/
|
|
/* Typedefs -----------------------------------------------------------------*/
|
|
/* Macros -------------------------------------------------------------------*/
|
|
/* Local variables ----------------------------------------------------------*/
|
|
/* Extern variables ---------------------------------------------------------*/
|
|
/* Global variables ---------------------------------------------------------*/
|
|
/* Private function prototypes ----------------------------------------------*/
|
|
/* Public functions ---------------------------------------------------------*/
|
|
void SystemClock_Config(void)
|
|
{
|
|
BOARD_BootClockPll24M();
|
|
}
|
|
|
|
/* Private functions --------------------------------------------------------*/
|
|
|