diff options
| author | Jean Gressmann <[email protected]> | 2021-03-21 09:48:49 +0100 |
|---|---|---|
| committer | Jean Gressmann <[email protected]> | 2021-03-21 09:48:49 +0100 |
| commit | 1f9b7b0c4832a2d740bbfe9b437065ea3d24407a (patch) | |
| tree | 7bc5c20f36152e1f3476988bcfd2cb5c861ac7d7 | |
| parent | 1a5a1136559aa8a78ec42cd49e3a7c28e55b711c (diff) | |
SAM54 Xplained Pro: update board setup documentation
| -rw-r--r-- | hw/bsp/same54xplainedpro/same54xplainedpro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/same54xplainedpro/same54xplainedpro.c b/hw/bsp/same54xplainedpro/same54xplainedpro.c index 52e1b25f3..4c38fc6eb 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; |
