Skip to content

Commit f78fb5c

Browse files
committed
Fixing API
1 parent a4639e1 commit f78fb5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/lcd/base/display.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ template <class O, class I> class NanoDisplayOps: public O
11811181
* @param menu pointer to SAppMenu structure
11821182
*
11831183
*/
1184-
uint8_t menuSelection(SAppMenu *menu);
1184+
uint8_t menuSelection(const SAppMenu *menu);
11851185

11861186
/**
11871187
* Moves selection pointer down by 1 item. If there are no items below,

0 commit comments

Comments
 (0)