Skip to content

Commit 78ef8fc

Browse files
committed
Rebase with upstream.
1 parent 2584653 commit 78ef8fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

esp32-wroom-rp/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@
7373
//! // Grab our singleton objects
7474
//! let mut pac = pac::Peripherals::take().unwrap();
7575
//! let core = pac::CorePeripherals::take().unwrap();
76-
76+
//!
7777
//! // Set up the watchdog driver - needed by the clock setup code
7878
//! let mut watchdog = hal::Watchdog::new(pac.WATCHDOG);
79-
79+
//!
8080
//! // Configure the clocks
8181
//! let clocks = hal::clocks::init_clocks_and_plls(
8282
//! XTAL_FREQ_HZ,

0 commit comments

Comments
 (0)