fixed internal clock to 16Mhz

This commit is contained in:
2024-02-27 21:29:54 +01:00
parent 1c64b41a4d
commit 7dba052e88
3 changed files with 18 additions and 10 deletions

View File

@@ -28,7 +28,7 @@ DEBUG = stabs
CSTANDARD = -std=gnu99
# Place -D or -U options here
CDEFS = -DF_CPU=1000000UL
CDEFS = -DF_CPU=16000000UL
# Place -I options here
CINCS =