1
0
mirror of https://gitee.com/openLuat/LuatOS synced 2025-08-17 22:18:03 +08:00

add: lcd,添加luat_lcd_service_debug函数声明,调试用

This commit is contained in:
Wendal Chen 2025-08-17 10:48:35 +08:00
parent 13de1d0319
commit 061ffa9726

View File

@ -287,5 +287,7 @@ int luat_lcd_run_api_in_service(luat_lcd_api api, void *param, uint32_t param_le
int luat_lcd_conf_add(luat_lcd_conf_t* conf);
void luat_lcd_service_debug(void);
#endif