Skip to content

Commit

Permalink
Update boards/hail/src/main.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Brad Campbell <bradjc5@gmail.com>
  • Loading branch information
alexandruradovici and bradjc committed May 13, 2020
1 parent c958070 commit 1991797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/hail/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ pub unsafe fn reset_handler() {
board_kernel,
components::gpio_component_helper!(
sam4l::gpio::GPIOPin,
0 => &sam4l::gpio::PC[14], // DO
0 => &sam4l::gpio::PC[14], // D0
1 => &sam4l::gpio::PC[15], // D1
2 => &sam4l::gpio::PC[11], // D6
3 => &sam4l::gpio::PC[12] // D7
Expand Down

0 comments on commit 1991797

Please sign in to comment.