Fix sed regex and use for to esclude *_arm.c source from test.
[bertos.git] / bertos / drv / mcp41.c
index c8ddf0b79183423cbb945d426ea78834a45bf9e8..6b06ba12e74f4555576e48e751a65c969a045519 100644 (file)
  * \author Francesco Sacchi <batt@develer.com>
  */
 
-#include <drv/timer.h>
+#include "hw/hw_mcp41.h"
 
 #include <cfg/macros.h>
 #include <cfg/compiler.h>
 
-#include <hw_mcp41.h>
+#include <drv/timer.h>
 #include <drv/mcp41.h>
 #include <drv/ser.h>