Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
moononournation committed Feb 6, 2024
1 parent bef6c84 commit 5258ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/databus/Arduino_AVRPAR16.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ void Arduino_AVRPAR16::writeCommandBytes(uint8_t *data, uint32_t len)

while (len--)
{
WRITE(*data++);
WRITE16(*data++);
}

DC_HIGH();
Expand Down

0 comments on commit 5258ba9

Please sign in to comment.