Skip to content

Commit 5a282f3

Browse files
committed
formatting
1 parent fdf8eca commit 5a282f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

simavr/cores/sim_tiny2313a.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ static const struct mcu_t {
6262
},
6363
AVR_EEPROM_DECLARE_8BIT(EEPROM_Ready_vect),
6464
AVR_WATCHDOG_DECLARE(WDTCR, WDT_OVERFLOW_vect),
65-
.selfprog = {
65+
.selfprog = {
6666
.flags = 0,
6767
.r_spm = SPMCSR,
6868
.spm_pagesize = SPM_PAGESIZE,

simavr/cores/sim_tinyx4.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ const struct mcu_t SIM_CORENAME = {
7272
.reset = tx4_reset,
7373
},
7474
AVR_EEPROM_DECLARE(EE_RDY_vect),
75+
AVR_WATCHDOG_DECLARE(WDTCSR, WDT_vect),
7576
.selfprog = {
7677
.flags = 0,
7778
.r_spm = SPMCSR,
@@ -81,7 +82,6 @@ const struct mcu_t SIM_CORENAME = {
8182
.pgwrt = AVR_IO_REGBIT(SPMCSR, PGWRT),
8283
.blbset = AVR_IO_REGBIT(SPMCSR, RFLB),
8384
},
84-
AVR_WATCHDOG_DECLARE(WDTCSR, WDT_vect),
8585
.extint = {
8686
AVR_EXTINT_TINY_DECLARE(0, 'B', PB2, GIFR),
8787
},

0 commit comments

Comments
 (0)