cargo fix

This commit is contained in:
2025-09-18 16:44:18 -06:00
parent 46c69ead67
commit fab10dfa1f
10 changed files with 43 additions and 51 deletions

View File

@@ -28,7 +28,7 @@ pub async unsafe fn load_binary(name: &ShortFileName) -> Result<EntryFn, &str> {
let mut sd_lock = SDCARD.get().lock().await;
let sd = sd_lock.as_mut().unwrap();
let mut error = "";
let error = "";
let mut entry = 0;
let mut header_buf = [0; ELF32_HDR_SIZE];