diff options
| author | Selene ToyKeeper | 2023-10-30 03:49:52 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-10-30 03:49:52 -0600 |
| commit | 23e1f0894ca59949138d528f7fa9297ffbff7394 (patch) | |
| tree | a6660f697fbe00f12c9e8a7df9f3ee038cf20d45 | |
| parent | fixed delay timing on attiny1616 (it was about 17% too long this whole time) (diff) | |
| download | anduril-23e1f0894ca59949138d528f7fa9297ffbff7394.tar.gz anduril-23e1f0894ca59949138d528f7fa9297ffbff7394.tar.bz2 anduril-23e1f0894ca59949138d528f7fa9297ffbff7394.zip | |
fixed sp10-pro build error (attiny DFP v2 changed some definitions)
| -rw-r--r-- | hwdef-sofirn-sp10-pro.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hwdef-sofirn-sp10-pro.h b/hwdef-sofirn-sp10-pro.h index 5ed22c7..5cef6a7 100644 --- a/hwdef-sofirn-sp10-pro.h +++ b/hwdef-sofirn-sp10-pro.h @@ -143,7 +143,7 @@ inline void hwdef_setup() { // command: avr-objdump -d -S -j .fuse anduril.elf FUSES = { .WDTCFG = FUSE_WDTCFG_DEFAULT, // Watchdog Configuration - .BODCFG = FUSE_ACTIVE0_bm, // BOD Configuration + .BODCFG = FUSE_ACTIVE0, // BOD Configuration .OSCCFG = FUSE_OSCCFG_DEFAULT, // Oscillator Configuration .TCD0CFG = FUSE_TCD0CFG_DEFAULT, // TCD0 Configuration .SYSCFG0 = FUSE_SYSCFG0_DEFAULT, // System Configuration 0 |
