mirror of
https://xff.cz/git/pinephone-keyboard/
synced 2024-11-09 22:15:42 +01:00
firmware: Remove unused variable
This commit is contained in:
parent
bd32b43065
commit
ce6638eb92
1 changed files with 0 additions and 1 deletions
|
@ -1128,7 +1128,6 @@ void i2c_b_interrupt(void) __interrupt(IRQ_I2CB) __using(1)
|
|||
|
||||
uint8_t intf = P0_I2CBINT;
|
||||
uint8_t cr1 = P0_I2CBCR1;
|
||||
uint8_t cr2 = P0_I2CBCR2;
|
||||
|
||||
// handle stop condition
|
||||
if (intf & BIT(4)) {
|
||||
|
|
Loading…
Reference in a new issue