mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-25 07:18:08 +00:00
rename folder
This commit is contained in:
parent
9e46b5732e
commit
c4cc515666
8 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ version = "0.0.0"
|
|||
[dependencies]
|
||||
cortex-m = {version = "0.7.6", features = ["critical-section-single-core"]}
|
||||
cortex-m-rt = "0.7.2"
|
||||
dk_template = { path = "../dk_template" }
|
||||
dk_template = { path = "../dk_bsc" }
|
||||
heapless = "0.7.16"
|
||||
panic-probe = { version = "0.3.0", features = ["print-defmt"] }
|
||||
defmt = "0.3.2"
|
||||
|
|
|
@ -12,7 +12,7 @@ fn main() -> ! {
|
|||
// to enable more verbose logs, go to your `Cargo.toml` and set defmt logging levels
|
||||
// to `defmt-trace` by changing the `default = []` entry in `[features]`
|
||||
|
||||
let board = dk_template::init().unwrap();
|
||||
let board = dk_bsc::init().unwrap();
|
||||
|
||||
let mut led = board.leds;
|
||||
let button_1 = board.buttons.b_1;
|
||||
|
|
Loading…
Reference in a new issue