From 168da94efefa1fd84aed52bcf4eabd8094d36060 Mon Sep 17 00:00:00 2001 From: Apexo Date: Sun, 29 Mar 2026 11:29:34 +0200 Subject: cleanup --- src/peripherals/avrdx-wdt.ts | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/peripherals') diff --git a/src/peripherals/avrdx-wdt.ts b/src/peripherals/avrdx-wdt.ts index f657fcb..15b1db0 100644 --- a/src/peripherals/avrdx-wdt.ts +++ b/src/peripherals/avrdx-wdt.ts @@ -8,15 +8,5 @@ import type { CPU } from 'avr8js/cpu/cpu'; export class AVRDxWDT { constructor(cpu: CPU, base: number) { - // firmware writes 0 to disable WDT. We need a write hook so it doesn't crash. - // cpu.writeHooks[base + CTRLA] = (value) => { - // this.cpu.data[base + CTRLA] = value; - // return true; - // }; - - // cpu.writeHooks[base + STATUS] = (value) => { - // this.cpu.data[base + STATUS] = value; - // return true; - // }; } } -- cgit v1.2.3