Refactor to use new protocol module and sipo.
[bertos.git] / bertos / cpu / avr / drv / ser_mega.h
index 68d5e5085ee639fd3c14d469b01caaf323446afa..56683050c56693ae5bb2b99c0cf6f10025c0a971 100644 (file)
  * \author Daniele Basile <asterix@develer.com>
  * \author Luca Ottaviano <lottaviano@develer.com>
  *
- * \brief Low-level serial module for AVR (interface).
+ * \brief Low-level serial module for AVR MEGA(interface).
  *
  */
 
-#ifndef DRV_SER_AVR_H
-#define DRV_SER_AVR_H
+#ifndef DRV_SER_MEGA_H
+#define DRV_SER_MEGA_H
 
 #include <cfg/macros.h> /* BV() */
 #include <cfg/compiler.h>  /* uint32_t */
@@ -107,4 +107,4 @@ enum
 };
 /*\}*/
 
-#endif /* DRV_SER_AVR_H */
+#endif /* DRV_SER_MEGA_H */