RP: Shut up missed warning boot2-none

This commit is contained in:
Dion Dokter 2024-06-25 16:54:34 +02:00
parent 957be1980d
commit 5dbc531671

View File

@ -210,6 +210,7 @@ embassy_hal_internal::peripherals! {
BOOTSEL, BOOTSEL,
} }
#[cfg(not(feature = "boot2-none"))]
macro_rules! select_bootloader { macro_rules! select_bootloader {
( $( $feature:literal => $loader:ident, )+ default => $default:ident ) => { ( $( $feature:literal => $loader:ident, )+ default => $default:ident ) => {
$( $(