changed the default to be the crystal value I like
This commit is contained in:
parent
07603eeda4
commit
c187880bce
|
@ -21,7 +21,7 @@
|
|||
|
||||
//F_CPU and BAUD should be defined with -D when compiling the code.
|
||||
#ifndef F_CPU
|
||||
#define F_CPU 1000000UL
|
||||
#define F_CPU 14745600UL
|
||||
#endif
|
||||
|
||||
#ifndef BUAD
|
||||
|
|
Loading…
Reference in New Issue