Skip to content

Commit

Permalink
RP: Shut up missed warning boot2-none
Browse files Browse the repository at this point in the history
  • Loading branch information
diondokter committed Jun 25, 2024
1 parent 957be19 commit 5dbc531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions embassy-rp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ embassy_hal_internal::peripherals! {
BOOTSEL,
}

#[cfg(not(feature = "boot2-none"))]
macro_rules! select_bootloader {
( $( $feature:literal => $loader:ident, )+ default => $default:ident ) => {
$(
Expand Down

0 comments on commit 5dbc531

Please sign in to comment.