Commit 4f70d66c authored by Federico Vaga's avatar Federico Vaga

Merge branch '30-svec-flasher-tiny-bug-in-the-return-code' into 'master'

Resolve "svec-flasher: tiny bug in the return code"

Closes #30

See merge request be-cem-edl/fec/hardware-modules/svec!20
parents d208a1bb 3d230429
......@@ -506,5 +506,5 @@ int main(int argc, char *argv[])
bitstream_buffer_free(&bitstream);
exit(err ? EXIT_SUCCESS : EXIT_FAILURE);
exit(err ? EXIT_FAILURE : EXIT_SUCCESS);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment