Skip to content

Commit

Permalink
The currentIndex variable is signed
Browse files Browse the repository at this point in the history
  • Loading branch information
ripdajacker committed Aug 26, 2018
1 parent 7199d70 commit 658a6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpiBus.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
static USB_XpadRumble_Data_t *lastRumble;
static USB_XpadReport_Data_t *lastReport;

static uint8_t currentIndex = 0;
static int8_t currentIndex = 0;
static uint8_t lastByte = 0xFF;
static uint8_t rx[20];
static uint8_t tx[20];
Expand Down

0 comments on commit 658a6dc

Please # to comment.