Skip to content

Commit

Permalink
improve mledit
Browse files Browse the repository at this point in the history
  • Loading branch information
xianjimli committed Nov 22, 2024
1 parent d0b127e commit 38ac110
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 最新动态

2024/11/22
* 修复 mledit编译警告(感谢泽武提供补丁)

2024/11/21
* 完善conf_json(感谢兆坤提供补丁)

Expand Down
2 changes: 1 addition & 1 deletion src/ext_widgets/mledit/mledit.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

static ret_t mledit_init(widget_t* widget);
static ret_t mledit_update_status(widget_t* widget);
static ret_t mledit_update_text(widget_t* widget);
static uint32_t mledit_update_text(widget_t* widget);
static ret_t mledit_dispatch_event(widget_t* widget, uint32_t type);

static ret_t mledit_save_text(widget_t* widget) {
Expand Down

0 comments on commit 38ac110

Please sign in to comment.