Skip to content

Commit

Permalink
Merge git://github.com/poelzi/OpenChronos into poelzi_clone
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbons committed Mar 28, 2011
2 parents 24dc5af + 324ebbc commit 1c55869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logic/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ const struct menu menu_L2_Vario =
const struct menu menu_L2_Stopwatch =
{
FUNCTION(sx_stopwatch), // direct function
FUNCTION(menu_skip_next), // next item function
FUNCTION(mx_stopwatch), // sub menu function
FUNCTION(menu_skip_next), // next item function
FUNCTION(display_stopwatch),// display function
FUNCTION(update_stopwatch), // new display data
};
Expand Down

0 comments on commit 1c55869

Please sign in to comment.