*#* Revision 1.1 2004/10/13 16:35:36 batt
*#* New (simple) serial driver.
*#*/
-#include "ser_simple.h"
+#include "ser_simple_avr.h"
-#include <compiler.h>
-#include <config.h>
-#include <macros.h> /* BV() */
-#include <hw.h>
+#include <cfg/compiler.h>
+#include <appconfig.h>
+#include <cfg/macros.h> /* BV() */
+#include "hw_cpu.h"
#include <avr/io.h>
/* For checking which serial driver is linked */
#define SER_SIMPLE
-#include <config.h>
-#include <compiler.h>
+#include <appconfig.h>
+#include <cfg/compiler.h>
#if 0