cpu: introduce cpuatomic_t
[bertos.git] / bertos / cpu / arm / drv / ser_arm.c
index dbd84d75248a508b44d118f61f8be19972d70bc9..a2e2e8c427a6ad0f2c8f39f4e813ff0fff07f047 100644 (file)
  *
  * -->
  *
+ * \brief Low-level serial module for ARM (inplementation).
+ *
  * \version $Id: timer_arm.c 18260 2007-10-11 14:08:10Z batt $
  *
  * \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>