Skip to content

Instantly share code, notes, and snippets.

@rubeniskov
Created October 20, 2020 13:54
Show Gist options
  • Save rubeniskov/5c54ba75d34fef4914218987399084bc to your computer and use it in GitHub Desktop.
Save rubeniskov/5c54ba75d34fef4914218987399084bc to your computer and use it in GitHub Desktop.
orbuculum_missing_flag_declaration.patch
diff --git a/Src/orbuculum.c b/Src/orbuculum.c
index 36bf17d..29cdd20 100644
--- a/Src/orbuculum.c
+++ b/Src/orbuculum.c
@@ -1542,7 +1542,7 @@ int setSerialConfig ( int f, speed_t speed )
// ====================================================================================================
int serialFeeder( void )
{
- int f, ret;
+ int f, flag, ret;
unsigned char cbw[TRANSFER_SIZE];
ssize_t t;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment