aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/Source/c_ui.iom
diff options
context:
space:
mode:
Diffstat (limited to 'AT91SAM7S256/Source/c_ui.iom')
-rw-r--r--AT91SAM7S256/Source/c_ui.iom2
1 files changed, 2 insertions, 0 deletions
diff --git a/AT91SAM7S256/Source/c_ui.iom b/AT91SAM7S256/Source/c_ui.iom
index 770b682..a33505e 100644
--- a/AT91SAM7S256/Source/c_ui.iom
+++ b/AT91SAM7S256/Source/c_ui.iom
@@ -40,6 +40,7 @@ enum
#define UI_STARTUP_SOUND "! Startup" // Sound file activated when the menu system starts up
#define UI_KEYCLICK_SOUND "! Click" // Sound file activated when key pressed in the menu system
#define UI_ATTENTION_SOUND "! Attention" // Sound file activated when incomming BT requests attention
+#define UI_STARTUP_PROGRAM "! Startup.rxe" // Program file activated when the NXT boots
// Various text strings
#define UI_NAME_DEFAULT "NXT" // Default blue tooth name
@@ -122,6 +123,7 @@ typedef struct
UBYTE Error; // W - Error code
UBYTE OBPPointer; // W - Actual OBP step (0 - 4)
UBYTE ForceOff; // W - Force off (> 0 = off)
+ UBYTE AbortFlag; // RW - Abort on this button state
}IOMAPUI;
#endif