Ignore:
Timestamp:
06/07/09 03:21:28 (3 years ago)
Author:
dh8ghh
Message:

FEC in Trunk integriert

Location:
trunk/Software
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Software

  • trunk/Software/Screen.c

    r317 r318  
    11691169                        topIdx = cursorIdx; 
    11701170 
    1171                 for (uint8_t i = 0; i < 4; i++) 
    1172                 { 
    1173                         if (topIdx + i > menuLen) 
    1174                                 break; 
    1175  
    1176                         LCD_SetTextCursor(0, i+1); 
     1171                        for (uint8_t i = 0; i < 4; i++) 
     1172                        { 
     1173                                if (topIdx + i > menuLen) 
     1174                                        break; 
     1175 
     1176                                LCD_SetTextCursor(0, i+1); 
    11771177 
    11781178 
Note: See TracChangeset for help on using the changeset viewer.