summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-08-11 11:12:58 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-08-11 11:12:58 +0200
commit83bcb7358c6475468db639cd47ef6e4f4e9dbee3 (patch)
tree2d180188cabeebcaaa6f116f4aef688e0041822d /src/main.c
parent67d3e4de708620d0e129c313ecccecd5893b5df3 (diff)
download0xFFFF-83bcb7358c6475468db639cd47ef6e4f4e9dbee3.tar.bz2
Rewrite Makefile, move WITH_DEVICE, WITH_USB and WITH_SQUEUES to Makefile
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;