Changeset 189 in xtideuniversalbios for trunk/Assembly_Library/Inc
- Timestamp:
- Nov 16, 2011, 6:29:32 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/MenuEvents.inc
r183 r189 51 51 ; Parameters: 52 52 ; None 53 ; See the definition of MENUEVENT_IDLEPROCESSING_ENABLE below. 53 54 .IdleProcessing resb 2 54 55 %define MENUEVENT_IdleProcessing MENUEVENT.IdleProcessing … … 88 89 %endif ; MENUEVENTS_INLINE_OFFSETS 89 90 91 ; 92 ; If user level idle processing is desired, %define this symbol and .IdleProcessing will be called. 93 ; 94 ;%define MENUEVENT_IDLEPROCESSING_ENABLE 95 90 96 %endif ; MENUEVENTS_INC
Note:
See TracChangeset
for help on using the changeset viewer.