edited bold-words in dictionary.odt

updated code files

git-svn-id: file:///srv/dev-disk-by-uuid-17e88007-4d0c-45e0-8757-cacfcc458630/repositories/svn/Diplomarbeit@132 9fe90eed-be63-e94b-8204-d34ff4c2ff93
This commit is contained in:
Matthias
2009-01-15 11:59:37 +00:00
parent f468e09499
commit b769685b66
26 changed files with 356 additions and 19 deletions
@@ -111,7 +111,7 @@ const char *command_table[NUMBER_OF_COMMANDS] =
"volout"
};
/* Make Sure that at least the first letter of this is in alphabetical order*/
const fpointer command_pointer[NUMBER_OF_COMMANDS] =
{
m_aio,
@@ -38,7 +38,7 @@
* Type definitions.
* ---------------------------------------------------------------------------
*/
typedef void (*fpointer)(void);
typedef void (*fpointer)(void); /* Function pointer for menu */
/* ---------------------------------------------------------------------------
* Variable declarations.
* ---------------------------------------------------------------------------
@@ -10,7 +10,7 @@
* Email: support@microkey.nl
* Web: www.microkey.nl
* ---------------------------------------------------------------------------
* Description:
* Description: All called, menu-specific functions are defined here
* ---------------------------------------------------------------------------
* Version(s): 0.1, Nov 14, 2008, MMi
* Creation.
@@ -118,7 +118,7 @@ void m_run(void)
{
dioClean();
diotasksdelete();
// \MARK Automatic Test not necessary on Olimex Board
// \MARK Automatic Test not necessary on Olimex Board
#if ((PINSET_TESTER == 1) || (PINSET_TESTER == 2))
// automaticdesigntest(); // \TODO NO AUTOMATIC TEST AVAILABLE
#else
@@ -329,7 +329,8 @@ void m_curout(void)
sendString(MenuPort, TRUE, importantMessage, "Wrote Output to: ",
ItoDStr(dacReadBack(arg1, arg2)), " uA");
}
} else
}
else
{
sendString(MenuPort, TRUE, importantMessage,
"ARGUMENT ERROR! Did nothing... ", Dummy, Dummy);