Merge pull request #186 from andrewbird/pr177a

Resurrected Pr177
This commit is contained in:
Andrew Bird 2024-08-18 10:43:00 +01:00 committed by GitHub
commit c6b227b783
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ int main(int argc, char **argv)
if (argc < 4) if (argc < 4)
{ {
fprintf(stderr, fprintf(stderr,
"Usage: bin2c <output bin file> <output h file> <array name>\n"); "Usage: bin2c <input bin file> <output h file> <array name>\n");
return 1; return 1;
} }