From 6c5075bc99ba07f46562f7f10db14e153d7a93ec Mon Sep 17 00:00:00 2001 From: jhansen Date: Mon, 26 Apr 2010 21:49:44 +0000 Subject: git-svn-id: https://mindboards.svn.sourceforge.net/svnroot/mindboards/lms_nbcnxc_128/trunk@6 c9361245-7fe8-9947-84e8-057757c4e366 --- AT91SAM7S256/Source/c_ui.iom | 2 ++ 1 file changed, 2 insertions(+) (limited to 'AT91SAM7S256/Source/c_ui.iom') 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 -- cgit v1.2.3