Corrected clock frequency to 18.432MHz to correct baud rate at 115200.

This commit is contained in:
skarg
2010-10-04 23:26:25 +00:00
parent cf0f01c5a1
commit 8165d5bb09
+1 -1
View File
@@ -27,7 +27,7 @@
#if !defined(F_CPU)
/* The processor clock frequency */
#define F_CPU 18430000UL
#define F_CPU 18432000UL
#endif
#if defined(__ICCAVR__)