Skip to content

Commit

Permalink
Address multi-byte data send bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Needleroozer committed Mar 2, 2024
1 parent 96f32dd commit ed85ea4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions software/nixie-controller/src/usi_i2c_slave.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ ISR(USI_OVERFLOW_vect)
USI_I2C_Slave_State = USI_SLAVE_SEND_DATA_ACK_CHECK;
USI_SET_SDA_INPUT();
USISR = USI_SLAVE_COUNT_ACK_USISR;
USIDR = 0;
break;

/////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit ed85ea4

Please sign in to comment.