Merge pull request #3 from sgleadow/development
Fixes to number of arguments checking and added git ignore file
This commit is contained in:
commit
e6d623252a
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
demo
|
||||
demo.app
|
||||
fruitstrap
|
@ -366,7 +366,7 @@ void device_callback(struct am_device_notification_callback_info *info, void *ar
|
||||
}
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
if (argc < 2 || argc > 3) {
|
||||
if (argc < 2 || argc > 4) {
|
||||
printf("usage: %s [-d] <app> [device_id]\n", argv[0]);
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user