summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-08-31 15:49:01 +0200
committerMichal Idziorek <m.i@gmx.at>2014-08-31 15:49:01 +0200
commit301b86e11cffe9b1b7f8fe7f3ec1fbdd4f0f1618 (patch)
treec6a255ff5ffaaec7d977f4279c44f1393803c809
parentfcf265ca08620664628018c1b92f154f3d2b8282 (diff)
changed USB_STICK device in Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b84c93b..dfeb168 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ IMAGE_SIZE=1474560
FONT_DATA_START=25600
-USB_STICK=/dev/sdc
+USB_STICK=/dev/sdf
############ flags ############