projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Backlight bei Inaktivität aus.
[hackover2013-badge-firmware.git]
/
badge
/
ui
/
event.h
diff --git
a/badge/ui/event.h
b/badge/ui/event.h
index
24fd501
..
4a165ee
100644
(file)
--- a/
badge/ui/event.h
+++ b/
badge/ui/event.h
@@
-9,7
+9,7
@@
extern "C" {
enum {
BADGE_EVENT_USER_INPUT,
enum {
BADGE_EVENT_USER_INPUT,
- BADGE_EVENT_GAME_TICK
,
+ BADGE_EVENT_GAME_TICK
};
enum {
};
enum {
@@
-37,6
+37,7
@@
extern "C" {
badge_event_t badge_event_wait(void);
void badge_event_start(void);
badge_event_t badge_event_wait(void);
void badge_event_start(void);
+ void badge_event_stop (void);
#ifdef __cplusplus
}
#ifdef __cplusplus
}
This page took
0.019636 seconds
and
4
git commands to generate.