Skip to content
This repository was archived by the owner on Apr 5, 2021. It is now read-only.

Commit acc3b04

Browse files
committed
Improve formatting
1 parent 9b7233d commit acc3b04

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

blink/src/program.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ use hardware::safe::wdt::restart_watchdog;
55

66

77
pub fn start() {
8-
let mut nvic = unsafe { Nvic::new() };
9-
10-
let timer = unsafe { Timer::new(&mut nvic) };
8+
let mut nvic = unsafe { Nvic::new() };
9+
let timer = unsafe { Timer::new(&mut nvic) };
1110

1211
// Pin 27 of the PIOB parallel I/O controller corresponds to pin 13 on the
1312
// Arduino Due, which is the built-in LED (labelled "L").

0 commit comments

Comments
 (0)