This commit is contained in:
Christoph Baumann
2025-04-25 15:29:22 +02:00
parent 849d533200
commit b11e8095ed
5 changed files with 407 additions and 143 deletions

View File

@@ -17,6 +17,6 @@
#ifndef _GUI_TOOLS_PART_MANAGER_H_
#define _GUI_TOOLS_PART_MANAGER_H_
lv_res_t create_window_partition_manager(lv_obj_t *btn);
lv_res_t create_window_partition_manager(lv_obj_t *btn, u8 drive);
#endif