summaryrefslogtreecommitdiff
path: root/apps/action.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/action.c')
-rw-r--r--apps/action.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/action.c b/apps/action.c
index aad5348e48..c2a6e47ebe 100644
--- a/apps/action.c
+++ b/apps/action.c
@@ -105,6 +105,9 @@ static inline int get_next_context(const struct button_mapping *items, int i)
105 TIMEOUT_BLOCK to wait for a button press 105 TIMEOUT_BLOCK to wait for a button press
106 Any number >0 to wait that many ticks for a press 106 Any number >0 to wait that many ticks for a press
107 107
108 This function will likely return SYS_FOURHERTZ which should be passed to the
109 default_event_handler(). If this doesnt happen parts of the GUI may not be
110 redrawn correctly
108 */ 111 */
109static int get_action_worker(int context, int timeout, 112static int get_action_worker(int context, int timeout,
110 const struct button_mapping* (*get_context_map)(int) ) 113 const struct button_mapping* (*get_context_map)(int) )