16 lines
310 B
C
16 lines
310 B
C
/*
|
|
* PSE_unit_edit_screen.h
|
|
*
|
|
* Created on: Aug 10, 2023
|
|
* Author: leo
|
|
*/
|
|
|
|
#ifndef INC_PSE_EDIT_SCREEN_H_
|
|
#define INC_PSE_EDIT_SCREEN_H_
|
|
|
|
#include "PSE_unit.h"
|
|
|
|
void PSE_unit_edit_screen_Gen(lv_obj_t* parent, pse_unit* units, pse_unit* unit, uint8_t units_num);
|
|
|
|
#endif /* INC_PSE_EDIT_SCREEN_H_ */
|