We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I needed to add stdio.h to linux_macros.h to make compile succeed
$ git diff diff --git a/serial_flash_programmer/linux_macros.h b/serial_flash_programmer/linux_macros.h index 43b0555..bfd5903 100644 --- a/serial_flash_programmer/linux_macros.h +++ b/serial_flash_programmer/linux_macros.h @@ -12,6 +12,7 @@ #include <sys/time.h> #include <wchar.h> +#include <stdio.h> #define TRUE true #define FALSE false
this under Debian 12, x86_64
The text was updated successfully, but these errors were encountered:
fix the compare of sent and received bytes. Looks like this was never…
6950968
… tested. Fixes issue #1
No branches or pull requests
I needed to add stdio.h to linux_macros.h to make compile succeed
this under Debian 12, x86_64
The text was updated successfully, but these errors were encountered: