OpenSystemsDevelopment
/
usbboot
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
c2894f315a391ade251a2143f724ca26a1ee6d9a
Authored by
Gordon Hollingworth
2017-01-20 15:08:50 +0000
Committed by
GitHub
2017-01-20 15:08:50 +0000
1 parent
873e6b93
Remove loop by default
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
main.c
main.c
View file @
c2894f3
...
...
@@ -6,7 +6,7 @@
6
6
#include <unistd.h>
7
7
8
8
int verbose = 0;
9
-int loop =
1
;
9
+int loop =
0
;
10
10
char * directory = NULL;
11
11
12
12
int out_ep;
...
...