aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/appl/template/template.asm
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/appl/template/template.asm')
-rw-r--r--amforth-6.5/appl/template/template.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/amforth-6.5/appl/template/template.asm b/amforth-6.5/appl/template/template.asm
index 95a82e3..53de860 100644
--- a/amforth-6.5/appl/template/template.asm
+++ b/amforth-6.5/appl/template/template.asm
@@ -35,7 +35,7 @@
; amforth needs two essential parameters: CPU clock
; and command terminal line.
; cpu clock in hertz, 1MHz is factory default
-.equ F_CPU = 8000000
+.equ F_CPU = 20000000
; terminal settings
; check http://amforth.sourceforge.net/TG/recipes/Usart.html