Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / drv / tc520.c
index 791823f0d15a82bfba090bc7d99a0d7cae205e9a..f285f850ac1b597ec5c46e450b5a935d74ba905d 100644 (file)
  * \author Marco Benelli <marco@develer.com>
  */
 
-#include <drv/tc520.h>
-#include <drv/timer.h>
 
-#include <hw_tc520.h>
+#include "hw/hw_tc520.h"
 
 #include <cfg/macros.h>
 #include <cfg/compiler.h>
 
+#include <drv/tc520.h>
+#include <drv/timer.h>
+
 #warning FIXME:This implementation is obsolete. Refactor with KFile interface.
 
 #if 0