Skip to content

Commit

Permalink
Fix copy-paste typo
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Oct 24, 2020
1 parent ebaed15 commit 947faca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/avr/serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ void soft_serial_target_init(SSTD_t *sstd_table, int sstd_table_size) {
Transaction_table_size = (uint8_t)sstd_table_size;
serial_input_with_pullup();

- // Enable INT0-INT7
// Enable INT0-INT7
EIMSK |= EIMSK_BIT;
# if EIMSK_BIT >= _BV(INT4)
EICRB &= EICRx_BIT;
Expand Down

0 comments on commit 947faca

Please sign in to comment.