Skip to content
This repository has been archived by the owner on Jan 10, 2019. It is now read-only.

Commit

Permalink
Switch debug from int to bool
Browse files Browse the repository at this point in the history
This gets the module to compile on Ubuntu 17.10 (x86_64)
  • Loading branch information
ivuk committed Mar 17, 2018
1 parent 8b7d624 commit 627ce97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GobiSerial/GobiSerial.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ POSSIBILITY OF SUCH DAMAGE.
#define MAX_BULK_EPS 6

// Debug flag
static int debug;
static bool debug;

// Global pointer to usb_serial_generic_close function
// This function is not exported, which is why we have to use a pointer
Expand Down

0 comments on commit 627ce97

Please sign in to comment.