summaryrefslogtreecommitdiff
path: root/digital/mimot
diff options
context:
space:
mode:
authorNicolas Schodet2011-03-19 14:35:48 +0100
committerNicolas Schodet2011-03-19 14:35:48 +0100
commitde28b7c4da69b1c4dc1008811ff7caae2ff255da (patch)
treebcf6bb3313371ef1eac3f7bdbabb6870312c7ee2 /digital/mimot
parent7e78a158118d6ebd2d0d56bbdbfc3e7f2601411d (diff)
digital/mimot: use 16 MHz quartz
Diffstat (limited to 'digital/mimot')
-rw-r--r--digital/mimot/src/dirty/avrconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/mimot/src/dirty/avrconfig.h b/digital/mimot/src/dirty/avrconfig.h
index ca181554..33ed88ec 100644
--- a/digital/mimot/src/dirty/avrconfig.h
+++ b/digital/mimot/src/dirty/avrconfig.h
@@ -28,7 +28,7 @@
/* global */
/** AVR Frequency : 1000000, 1843200, 2000000, 3686400, 4000000, 7372800,
* 8000000, 11059200, 14745600, 16000000, 18432000, 20000000. */
-#define AC_FREQ 14745600
+#define AC_FREQ 16000000
/* uart - UART module. */
/** Select hardware uart for primary uart: 0, 1 or -1 to disable. */