Merge pull request from diondokter/rp-boot2-none

RP: Shut up missed warning boot2-none
This commit is contained in:
Dario Nieuwenhuis
2024-06-25 15:48:11 +00:00
committed by GitHub

@ -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 ) => {
$(