X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=blobdiff_plain;f=boards%2Ftriface%2Fexamples%2Ftriface%2Fprotocol.h;fp=boards%2Ftriface%2Fexamples%2Ftriface%2Fprotocol.h;h=0000000000000000000000000000000000000000;hp=e3c95b4e393892e60948d7932378aa5d5fd3ce17;hb=7beb2301d361cbda67b3afa0b92aecc36943429b;hpb=9a9f21e5cfc92ab7eddb27d4996923a9e5100513 diff --git a/boards/triface/examples/triface/protocol.h b/boards/triface/examples/triface/protocol.h deleted file mode 100644 index e3c95b4e..00000000 --- a/boards/triface/examples/triface/protocol.h +++ /dev/null @@ -1,50 +0,0 @@ -/** - * \file - * - * - * \brief Implementation of the command protocol between the board and the host - * - * \author Marco Benelli - */ - - -#ifndef PROTOCOL_H -#define PROTOCOL_H - -#include - -#include - -void protocol_init(KFile *fd); -void protocol_run(KFile *fd); - -#endif // PROTOOCOL_H