Add module in order to import BeRTOS dirs installed with the SDK from Registry
[bertos.git] / bertos / cpu / arm / drv / ser_arm.c
index dbd84d75248a508b44d118f61f8be19972d70bc9..7f7e7f9f4d7f932c80fe5be0f073707df6fd005c 100644 (file)
  *
  * -->
  *
- * \version $Id: timer_arm.c 18260 2007-10-11 14:08:10Z batt $
+ * \brief Low-level serial module for ARM (inplementation).
+ *
+ * \version $Id$
  *
  * \author Daniele Basile <asterix@develer.com>
  *
- * \brief Low-level USART module for ARM (inplementation).
+ * This module is automatically included so no need to include 
+ * in test list.
+ * notest: arm
+ *
  */
 
 #include <cpu/detect.h>