summaryrefslogtreecommitdiffstats
path: root/src/main2.c
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-08-10 12:19:28 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-08-10 12:19:28 +0200
commit27acbb09a53b93a2b6f8a6533d346ea6ec1bf80d (patch)
tree577169dbca2603c8bc7bad461a9fbf2780c0ca5d /src/main2.c
parentb142205f1c0f0a1202c882ff1994a4d3255c28bf (diff)
download0xFFFF-27acbb09a53b93a2b6f8a6533d346ea6ec1bf80d.tar.bz2
Fix compilation
Diffstat (limited to 'src/main2.c')
-rw-r--r--src/main2.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main2.c b/src/main2.c
index c360e96..bb30ce4 100644
--- a/src/main2.c
+++ b/src/main2.c
@@ -34,6 +34,8 @@
#include "device.h"
#include "usb-device.h"
#include "cold-flash.h"
+#include "console.h"
+#include "qmode.h"
#undef VERSION
#define VERSION "0.6"
@@ -476,14 +478,14 @@ int main(int argc, char **argv) {
/* console */
if ( console ) {
-// console_prompt();
+ console_prompt();
ret = 0;
goto clean;
}
/* share queues */
if ( queue ) {
-// queue_mode();
+ queue_mode();
ret = 0;
goto clean;
}