We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2584653 commit 78ef8fcCopy full SHA for 78ef8fc
esp32-wroom-rp/src/lib.rs
@@ -73,10 +73,10 @@
73
//! // Grab our singleton objects
74
//! let mut pac = pac::Peripherals::take().unwrap();
75
//! let core = pac::CorePeripherals::take().unwrap();
76
-
+//!
77
//! // Set up the watchdog driver - needed by the clock setup code
78
//! let mut watchdog = hal::Watchdog::new(pac.WATCHDOG);
79
80
//! // Configure the clocks
81
//! let clocks = hal::clocks::init_clocks_and_plls(
82
//! XTAL_FREQ_HZ,
0 commit comments