changed the default to be the crystal value I like

This commit is contained in:
Jake Goodwin 2023-02-18 23:35:45 -08:00
parent 07603eeda4
commit c187880bce
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
//F_CPU and BAUD should be defined with -D when compiling the code. //F_CPU and BAUD should be defined with -D when compiling the code.
#ifndef F_CPU #ifndef F_CPU
#define F_CPU 1000000UL #define F_CPU 14745600UL
#endif #endif
#ifndef BUAD #ifndef BUAD