Merge branch 'master' of github.com:xmos/lib_xua
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -26,3 +26,5 @@ _build*
|
||||
.waf-*/
|
||||
build/
|
||||
host/xmosdfu/xmosdfu
|
||||
.build*
|
||||
*.pyc
|
||||
|
||||
@@ -318,6 +318,11 @@ int read_dfu_image(char *file)
|
||||
}
|
||||
break;
|
||||
}
|
||||
else if (numBytes < 0)
|
||||
{
|
||||
fprintf(stderr,"dfu_upload error (%d)\n", numBytes);
|
||||
break;
|
||||
}
|
||||
fwrite(block_data, 1, block_size, outFile);
|
||||
block_count++;
|
||||
}
|
||||
|
||||
1
tests/.gitignore
vendored
Normal file
1
tests/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
test_results.csv
|
||||
Reference in New Issue
Block a user