9 lines
142 B
C
9 lines
142 B
C
|
|
||
|
#ifndef __FR_LV_APP_EXERCISE_H__
|
||
|
#define __FR_LV_APP_EXERCISE_H__
|
||
|
|
||
|
|
||
|
void fr_lv_app_exercise_func(lv_obj_t *parent, lv_point_t *top);
|
||
|
|
||
|
#endif
|