Skip to content

Commit

Permalink
Compile adafruit-trinkey-qt2040 examples
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsp committed Mar 16, 2024
1 parent 8ffa330 commit 6e0cd22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions boards/adafruit-trinkey-qt2040/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ rp2040-hal.workspace = true
[dev-dependencies]
panic-halt.workspace = true
embedded-hal.workspace = true
embedded_hal_0_2.workspace = true
smart-leds.workspace = true
nb.workspace = true
ws2812-pio.workspace = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

use adafruit_trinkey_qt2040::entry;
use core::iter::once;
use embedded_hal::timer::CountDown;
use embedded_hal_0_2::timer::CountDown;
use fugit::ExtU32;
use panic_halt as _;

Expand Down

0 comments on commit 6e0cd22

Please sign in to comment.