fix for stm32

This commit is contained in:
xianjimli 2018-08-23 17:15:06 +08:00
parent 5be8540e05
commit 5751a39a24

4
src/ext_widgets/ext_widgets.h Normal file → Executable file
View 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