Changeset 291 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc


Ignore:
Timestamp:
Mar 2, 2012, 1:31:15 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Added BOOT_MENU_DEFAULT_TIMEOUT define.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Inc/BootMenu.inc

    r284 r291  
    55
    66; Boot menu sizes
     7BOOT_MENU_DEFAULT_TIMEOUT               EQU (30 * TICKS_PER_SECOND)
    78BOOT_MENU_TITLE_LINES                   EQU 2   ; Number of title lines
    89BOOT_MENU_INFO_LINES                    EQU 3   ; Number of info lines
Note: See TracChangeset for help on using the changeset viewer.