1
0
Fork 0
forked from len0rd/rockbox

fix yellow/red

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26110 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2010-05-17 15:11:07 +00:00
parent b6867dc998
commit ceeb7576a9
2 changed files with 8 additions and 2 deletions

View file

@ -79,6 +79,11 @@ enum fms_exiting {
FMS_ENTER FMS_ENTER
}; };
/* only radio.c should be using these! */
int fms_do_button_loop(bool update_screen);
struct gui_wps *fms_get(enum screen_type screen);
void fms_fix_displays(enum fms_exiting toggle_state);
#endif /* CONFIG_TUNER */ #endif /* CONFIG_TUNER */
#endif /* RADIO_H */ #endif /* RADIO_H */

View file

@ -17,6 +17,7 @@ INCLUDES = -I$(ROOTDIR)/apps/gui \
-I$(ROOTDIR)/firmware/include \ -I$(ROOTDIR)/firmware/include \
-I$(ROOTDIR)/apps \ -I$(ROOTDIR)/apps \
-I$(ROOTDIR)/apps/recorder \ -I$(ROOTDIR)/apps/recorder \
-I$(ROOTDIR)/apps/radio \
-I$(APPSDIR) \ -I$(APPSDIR) \
-I$(BUILDDIR) -I$(BUILDDIR)
@ -26,5 +27,5 @@ GCCOPTS+=-D__PCTOOL__
.SECONDEXPANSION: # $$(OBJ) is not populated until after this .SECONDEXPANSION: # $$(OBJ) is not populated until after this
$(BUILDDIR)/$(BINARY): $$(OBJ) $(BUILDDIR)/$(BINARY): $$(OBJ)
@echo LD $(BINARY) @echo LD $(BINARY)
$(SILENT)$(HOSTCC) $(INCLUDE) $(FLAGS) -o $@ $+ $(SILENT)$(HOSTCC) $(INCLUDE) $(FLAGS) -o $@ $+