Say nothing about the default input clock frequency - it's given!

This commit is contained in:
Jonathan Pallant (42 Technology) 2021-09-27 18:37:59 +01:00
parent 17afa25d2a
commit c531eb976e
7 changed files with 7 additions and 7 deletions

View file

@ -58,7 +58,7 @@ fn main() -> ! {
// Configure the clocks
//
// Our default is 12 MHz crystal input, 125 MHz system clock
// The default is to generate a 125 MHz system clock
let clocks = hal::clocks::init_clocks_and_plls(
pico::XOSC_CRYSTAL_FREQ,
pac.XOSC,

View file

@ -47,7 +47,7 @@ fn main() -> ! {
// Configure the clocks
//
// Our default is 12 MHz crystal input, 125 MHz system clock
// The default is to generate a 125 MHz system clock
let _clocks = hal::clocks::init_clocks_and_plls(
pico::XOSC_CRYSTAL_FREQ,
pac.XOSC,

View file

@ -64,7 +64,7 @@ fn main() -> ! {
// Configure the clocks
//
// Our default is 12 MHz crystal input, 125 MHz system clock
// The default is to generate a 125 MHz system clock
let clocks = hal::clocks::init_clocks_and_plls(
pico::XOSC_CRYSTAL_FREQ,
pac.XOSC,

View file

@ -56,7 +56,7 @@ fn main() -> ! {
// Configure the clocks
//
// Our default is 12 MHz crystal input, 125 MHz system clock
// The default is to generate a 125 MHz system clock
let clocks = hal::clocks::init_clocks_and_plls(
pico::XOSC_CRYSTAL_FREQ,
pac.XOSC,

View file

@ -78,7 +78,7 @@ fn main() -> ! {
// Configure the clocks
//
// Our default is 12 MHz crystal input, 125 MHz system clock
// The default is to generate a 125 MHz system clock
let clocks = hal::clocks::init_clocks_and_plls(
pico::XOSC_CRYSTAL_FREQ,
pac.XOSC,

View file

@ -76,7 +76,7 @@ fn main() -> ! {
// Configure the clocks
//
// Our default is 12 MHz crystal input, 125 MHz system clock
// The default is to generate a 125 MHz system clock
let clocks = hal::clocks::init_clocks_and_plls(
pico::XOSC_CRYSTAL_FREQ,
pac.XOSC,

View file

@ -58,7 +58,7 @@ fn main() -> ! {
// Configure the clocks
//
// Our default is 12 MHz crystal input, 125 MHz system clock
// The default is to generate a 125 MHz system clock
let clocks = hal::clocks::init_clocks_and_plls(
pico_lipo_16_mb::XOSC_CRYSTAL_FREQ,
pac.XOSC,