From 23e1f0894ca59949138d528f7fa9297ffbff7394 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Mon, 30 Oct 2023 03:49:52 -0600 Subject: fixed sp10-pro build error (attiny DFP v2 changed some definitions) --- hwdef-sofirn-sp10-pro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3