small fixes

probe

fix feat

fix
This commit is contained in:
2026-01-21 15:26:58 -07:00
parent 1a97ad57cf
commit b65385fc44
4 changed files with 15 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ use std::fs::File;
use std::io::Write;
use std::path::PathBuf;
#[cfg(all(feature = "rp235x", not(feature = "pimoroni2w")))]
#[cfg(all(feature = "rp235xa", not(feature = "pimoroni2w")))]
const MEMORY: &[u8] = include_bytes!("rp2350.x");
#[cfg(feature = "pimoroni2w")]
const MEMORY: &'static [u8] = include_bytes!("rp2350.x");