Subversion Repositories FlightCtrl

Rev

Rev 1916 | Rev 1921 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1916 Rev 1920
Line 16... Line 16...
16
#define JetiBox_printf(format, args...)        {  _printf_P(&LIBFC_JetiBox_Putchar, PSTR(format) , ## args);}
16
#define JetiBox_printf(format, args...)        {  _printf_P(&LIBFC_JetiBox_Putchar, PSTR(format) , ## args);}
Line 17... Line 17...
17
 
17
 
18
// -----------------------------------------------------------
18
// -----------------------------------------------------------
19
// the menu functions
19
// the menu functions
20
// -----------------------------------------------------------
-
 
21
 
20
// -----------------------------------------------------------
22
void Menu_Status(uint8_t key)
21
void Menu_Status(uint8_t key)
23
{                                               //0123456789ABCDEF
22
{                                               //0123456789ABCDEF
24
        JetiBox_printfxy(0,0,"%2i.%1iV",UBat/10, UBat%10);
23
        JetiBox_printfxy(0,0,"%2i.%1iV",UBat/10, UBat%10);
25
        if(NaviDataOkay)
24
        if(NaviDataOkay)