Merge pull request #3119 from diondokter/rp-boot2-none
RP: Shut up missed warning boot2-none
This commit is contained in:
commit
3ae2f140f9
1 changed files with 1 additions and 0 deletions
|
@ -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 ) => {
|
||||||
$(
|
$(
|
||||||
|
|
Loading…
Add table
Reference in a new issue