Added quick and dirty commands for testing the new NVO code.

This commit is contained in:
Michael Brown
2006-12-04 23:40:35 +00:00
parent 6b45947a59
commit d9f32726b4
4 changed files with 81 additions and 4 deletions

View File

@@ -4,12 +4,14 @@
void test_req();
void test2_req();
void help_req();
void nvo_cmd_req();
void commandlist()
{
test_req();
test2_req();
// test_req();
// test2_req();
help_req();
nvo_cmd_req();
}
#endif