CodeLite: add a small delay during the debugger initialization.
[bertos.git] / examples / triface / protocol.h
index 26113482fca067c3d0738c3894a38702fb4f6453..8075bc8771a312a4dc5e5196e209c63e3a62c138 100644 (file)
@@ -33,8 +33,6 @@
  *
  * \brief Implementation of the command protocol between the board and the host
  *
- * \version $Id$
- *
  * \author Marco Benelli <marco@develer.com>
  */
 
@@ -42,6 +40,8 @@
 #ifndef PROTOCOL_H
 #define PROTOCOL_H
 
+#include <drv/sipo.h>
+
 #include <kern/kfile.h>
 
 void protocol_init(KFile *fd);