mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-04 04:58:24 +08:00
fix for stm32
This commit is contained in:
parent
5be8540e05
commit
5751a39a24
4
src/ext_widgets/ext_widgets.h
Normal file → Executable file
4
src/ext_widgets/ext_widgets.h
Normal file → Executable file
@ -1,4 +1,4 @@
|
|||||||
/**
|
/**
|
||||||
* File: ext_widgets.h
|
* File: ext_widgets.h
|
||||||
* Author: AWTK Develop Team
|
* Author: AWTK Develop Team
|
||||||
* Brief: ext widgets
|
* Brief: ext widgets
|
||||||
@ -33,7 +33,7 @@ BEGIN_C_DECLS
|
|||||||
*
|
*
|
||||||
* @return {ret_t} 返回RET_OK表示成功,否则表示失败。
|
* @return {ret_t} 返回RET_OK表示成功,否则表示失败。
|
||||||
*/
|
*/
|
||||||
ret_t tk_ext_widgets_init();
|
ret_t tk_ext_widgets_init(void);
|
||||||
|
|
||||||
END_C_DECLS
|
END_C_DECLS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user