s03: use 16MHz clock (should work with 3V3).

This commit is contained in:
Martin Preuss
2026-02-16 01:10:49 +01:00
parent f7475b0b31
commit 00bea4d9f6
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
; All definitions and changes should go into this file.
; ***************************************************************************
.equ clock=20000000 ; Define the clock frequency
.equ clock=16000000 ; Define the clock frequency
.nolist
.include "include/m644Pdef.inc" ; Define device ATmega644P

View File

@@ -8,7 +8,7 @@
; ***************************************************************************
;.equ clock=1000000 ; Define the clock frequency
.equ clock=20000000 ; Define the clock frequency
.equ clock=16000000 ; Define the clock frequency