Explorar o código

SAM54 Xplained Pro: update board setup documentation

Jean Gressmann %!s(int64=5) %!d(string=hai) anos
pai
achega
1f9b7b0c48
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hw/bsp/same54xplainedpro/same54xplainedpro.c

+ 1 - 1
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;