summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/main.c b/src/main.c
index 32d0247..b98cf6e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -29,6 +29,7 @@
#include <unistd.h>
#include "global.h"
+
#include "image.h"
#include "fiasco.h"
#include "device.h"
@@ -38,16 +39,10 @@
#include "qmode.h"
#include "nolo.h"
-#undef VERSION
-#define VERSION "0.6"
-
static void show_title(void) {
printf("0xFFFF v%s // The Free Fiasco Firmware Flasher\n", VERSION);
}
-#define WITH_USB
-//#define WITH_DEVICE
-
static void show_usage(void) {
int i;