fix for makefile
[fw/sdcc] / device / examples / startupcode / src / cpu_c515a.c
index 6333a4f3c9b8149bbae2010d71ab5f35b455e8e1..098f6f4bf7f69bcaf5a3e3d7847874be5125b66d 100644 (file)
@@ -18,7 +18,7 @@
 
 // All that has to be included and / or defined is done here
 
-#include "../inc/hardware_describtion.h"
+#include "../inc/hardware_description.h"
 
 // END INCLUDES & DEFINES ===========================================
 
@@ -129,7 +129,7 @@ volatile xdata static unsigned char SERIAL_VIA_INTERRUPT_BUSY;
 #endif
 // The Siemens CPU C515A has a build in Baudrategenerator, therefore we use it instead
 // of timer 1 this gives a better resolution
-#define BAUDRATEGENENATOR_USED
+
 #define BAUDRATEGENRELOADVALUE (1024-(2*CPUCLKHZ/64/BAUDRATE))
 #define TIMER1MODE2RELOADVALUE  (256-(2*CPUCLKHZ/32/12/BAUDRATE))