projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Pinconfig für Endbadge.
[hackover2013-badge-firmware.git]
/
badge
/
ui
/
menu.h
diff --git
a/badge/ui/menu.h
b/badge/ui/menu.h
index
f9bf841
..
a412126
100644
(file)
--- a/
badge/ui/menu.h
+++ b/
badge/ui/menu.h
@@
-4,11
+4,11
@@
#include <stddef.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
-
size
_t badge_menu(char const *const * menu,
-
size
_t n,
-
size
_t *first_visible,
-
size
_t preselected);
+
uint8
_t badge_menu(char const *const * menu,
+
uint8
_t n,
+
uint8
_t *first_visible,
+
uint8
_t preselected);
-void badge_scroll_text(char const *const *lines,
size
_t n);
+void badge_scroll_text(char const *const *lines,
uint8
_t n);
#endif
#endif
This page took
0.022664 seconds
and
4
git commands to generate.