summaryrefslogtreecommitdiff
path: root/digital
diff options
context:
space:
mode:
authorNicolas Schodet2013-04-12 00:38:36 +0200
committerNicolas Schodet2013-04-12 00:38:36 +0200
commitd483a484bc24831efe06cef1dcd6f9195170c610 (patch)
tree1eb12ea102efa957d46000a57a13748438095fd2 /digital
parenta9c773aab8cfe6134e7ef7af8b48f8631453fedf (diff)
digital/mimot: use 16 MHz quartz
Diffstat (limited to 'digital')
-rw-r--r--digital/mimot/src/asserv/avrconfig.h2
-rw-r--r--digital/mimot/src/dirty/avrconfig.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/digital/mimot/src/asserv/avrconfig.h b/digital/mimot/src/asserv/avrconfig.h
index 95de2f0d..8581379c 100644
--- a/digital/mimot/src/asserv/avrconfig.h
+++ b/digital/mimot/src/asserv/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. */
diff --git a/digital/mimot/src/dirty/avrconfig.h b/digital/mimot/src/dirty/avrconfig.h
index 4a0391d4..82751f90 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. */