Merge pull request #157 from ferrous-systems/rm-embed-toml

remove Embed.toml
This commit is contained in:
Lotte Steenbrink 2021-04-26 15:29:59 +02:00 committed by GitHub
commit 7ed6eea715
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View file

@ -44,10 +44,8 @@ fn on_event(_usbd: &USBD, event: Event) {
Event::UsbEp0DataDone => todo!(),
// leave this at it is for now.
Event::UsbEp0Setup => {
log::info!("goal reached; move to the next section");
}
}
}

View file

@ -1,6 +0,0 @@
[default.general]
chip = "nRF52840_xxAA"
[default.rtt]
enabled = true
channels = [{ up = 0 }]