Skip to content

Commit

Permalink
Removed unused dependency, changed board target to rev_ii
Browse files Browse the repository at this point in the history
  • Loading branch information
0xa10 committed Jun 29, 2022
1 parent d60500e commit 1bb7952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "volume-control"
license = "Unlicense"
version = "0.1.1"
version = "0.1.2"
edition = "2021"

[features]
Expand Down Expand Up @@ -30,8 +30,6 @@ frunk = { version = "0.4", default-features = false }
delegate = "0.7"
packed_struct = { version = "0.10", default-features = false }

heapless = "0.7.13"

rotary-encoder-hal = { version = "0.5.0", features = ["table-decoder"] }


2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mod app {
use embedded_hal::digital::v2::InputPin;

use rp2040_hal as hal;
use crate::boards::rpini2040 as board; // Set the target board here
use crate::boards::rev_ii as board; // Set the target board here

use rp2040_monotonic::fugit::ExtU64;
use rp2040_monotonic::*;
Expand Down

0 comments on commit 1bb7952

Please sign in to comment.