Skip to content

Commit 66b41aa

Browse files
authored
Merge pull request #47 from christophepersoz/patch-1
Compatibility issue on ARM platform like Teensy
2 parents ea1eb9d + e08c845 commit 66b41aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/menu.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ v2.1 - Add full support of SetPosition(x,y) to move the menu inside the screen (
164164
quit
165165
};
166166
const int sz;
167-
int sel;//selection
167+
signed int sel;//selection
168168
prompt* const* data;
169169
bool canExit;//store last canExit value for inner reference
170170
menu(const char * text,int sz,prompt* const data[]):menuNode(text),sz(sz),data(data),canExit(false) {}

0 commit comments

Comments
 (0)