Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-b-jakobsson committed Oct 13, 2024
1 parent a849577 commit 84e94d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x16-smc.ino
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ void I2C_Send() {
// Bootloader version 1 and 2
smcWire.write(pgm_read_byte(0x1e01));
}
else if (pgm_read_byte(01x0x1ffe) == 0x8a) {
else if (pgm_read_byte(0x1ffe) == 0x8a) {
// From bootloader version 3
smcWire.write(pgm_read_byte(0x1fff));
}
Expand Down

0 comments on commit 84e94d2

Please sign in to comment.