X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Ftriface%2Fprotocol.h;h=8075bc8771a312a4dc5e5196e209c63e3a62c138;hb=967f52d654fd0b1a25830190b6f6eab23eca8fec;hp=26113482fca067c3d0738c3894a38702fb4f6453;hpb=24c21c92d29b76a3f0de0a107f4bafef7bb0f812;p=bertos.git diff --git a/examples/triface/protocol.h b/examples/triface/protocol.h index 26113482..8075bc87 100644 --- a/examples/triface/protocol.h +++ b/examples/triface/protocol.h @@ -33,8 +33,6 @@ * * \brief Implementation of the command protocol between the board and the host * - * \version $Id$ - * * \author Marco Benelli */ @@ -42,6 +40,8 @@ #ifndef PROTOCOL_H #define PROTOCOL_H +#include + #include void protocol_init(KFile *fd);