mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-01-23 09:46:33 +11:00
pico bsp hal pac
This commit is contained in:
parent
f2f50d0fc3
commit
546ad3799b
1 changed files with 1 additions and 2 deletions
|
@ -2,9 +2,8 @@
|
|||
#![no_main]
|
||||
|
||||
use panic_halt as _;
|
||||
use rp2040_hal as hal;
|
||||
|
||||
#[rtic::app(device = crate::hal::pac, peripherals = true)]
|
||||
#[rtic::app(device = pico::hal::pac, peripherals = true)]
|
||||
mod app {
|
||||
|
||||
use embedded_hal::digital::v2::OutputPin;
|
||||
|
|
Loading…
Add table
Reference in a new issue