Skip to content

Commit 3dea6e1

Browse files
WilstonOreotronical
authored andcommitted
Remove dummy arguments
1 parent aaff1d6 commit 3dea6e1

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

examples/mcu-board-support/m5stack_cores3.rs

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,7 @@ fn panic(info: &core::panic::PanicInfo) -> ! {
66
esp_println::println!("Panic: {:?}", info);
77
loop {}
88
}
9-
esp_bootloader_esp_idf::esp_app_desc!(
10-
// Version
11-
"1.0.0",
12-
// Project name
13-
"slint-m5stack_cores3",
14-
// Build time
15-
"12:00:00",
16-
// Build date
17-
"2025-01-01",
18-
// ESP-IDF version
19-
"4.4",
20-
// MMU page size
21-
8 * 1024,
22-
// Minimal eFuse block revision supported by image. Format: major * 100 + minor
23-
0,
24-
// Maximum eFuse block revision supported by image. Format: major * 100 + minor
25-
u16::MAX
26-
);
9+
esp_bootloader_esp_idf::esp_app_desc!();
2710

2811
use alloc::boxed::Box;
2912
use alloc::rc::Rc;

0 commit comments

Comments
 (0)