Subversion Repositories FlightCtrl

Rev

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

Rev 2440 Rev 2448
Line 440... Line 440...
440
        }
440
        }
441
        // if the menu item has been changed, do not pass the key to the item handler
441
        // if the menu item has been changed, do not pass the key to the item handler
442
        // to avoid jumping over to items
442
        // to avoid jumping over to items
443
        if(item != last_item) key = JETIBOX_KEY_UNDEF;
443
        if(item != last_item) key = JETIBOX_KEY_UNDEF;
Line 444... Line 444...
444
 
444
 
-
 
445
//      if((updateDelay++ & 0x01) || (key != last_key))
445
        if((updateDelay++ & 0x01) || (key != last_key))
446
        if((updateDelay++ & 0x01) || (key != JETIBOX_KEY_NONE))
446
        {      
447
        {      
447
                last_key = key;
448
                last_key = key;
448
                LIBFC_JetiBox_Clear();
449
                LIBFC_JetiBox_Clear();
449
                //execute menu item handler
450
                //execute menu item handler