diff --git a/hw/bsp/same54xplainedpro/same54xplainedpro.c b/hw/bsp/same54xplainedpro/same54xplainedpro.c index 52e1b25f..4c38fc6e 100644 --- a/hw/bsp/same54xplainedpro/same54xplainedpro.c +++ b/hw/bsp/same54xplainedpro/same54xplainedpro.c @@ -180,7 +180,7 @@ static inline void uart_send_str(const char* text) void board_init(void) { - // Uncomment this line to run off the XTAL + // Uncomment this line and change the GCLK for UART/USB to run off the XTAL. // init_clock_xtal(); SystemCoreClock = CONF_CPU_FREQUENCY;