Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Commit

Permalink
Updated license in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jngo102 committed Jan 12, 2023
1 parent bacbd39 commit 041173b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ documetation = "https://docs.rs/thumby-rs"
edition = "2021"
exclude = ["build.rs", "deploy.sh", "memory.x", "doc", "*.png"]
keywords = ["thumby", "tiny-circuits", "rp2040", "embedded"]
license = "Apache-2.0"
license = "GPL-3.0"
name = "thumby"
repository = "https://github.com/jngo102/thumby-rs"
version = "0.0.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/music.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use cortex_m::asm;
// Ensure we halt the program on panic (if we don't mention this crate it won't
// be linked)
use panic_halt as _;
// use panic_halt as _;

/// The linker will place this boot block at the start of our program image. We
/// need this to help the ROM bootloader get our code up and running.
Expand Down

0 comments on commit 041173b

Please # to comment.