File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ void MenuEditItemBase::goto_edit_screen(
138
138
void * const ev, // Edit value pointer
139
139
const int32_t minv, // Encoder minimum
140
140
const int32_t maxv, // Encoder maximum
141
- const uint16_t ep, // Initial encoder value
141
+ const uint32_t ep, // Initial encoder value
142
142
const screenFunc_t cs, // MenuItem_type::draw_edit_screen => MenuEditItemBase::edit()
143
143
const screenFunc_t cb, // Callback after edit
144
144
const bool le // Flag to call cb() during editing
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ class MenuEditItemBase : public MenuItemBase {
168
168
void * const ev, // Edit value pointer
169
169
const int32_t minv, // Encoder minimum
170
170
const int32_t maxv, // Encoder maximum
171
- const uint16_t ep, // Initial encoder value
171
+ const uint32_t ep, // Initial encoder value
172
172
const screenFunc_t cs, // MenuItem_type::draw_edit_screen => MenuEditItemBase::edit()
173
173
const screenFunc_t cb, // Callback after edit
174
174
const bool le // Flag to call cb() during editing
You can’t perform that action at this time.
0 commit comments