#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 --------------------------------------------------------*/