Line No. | Rev | Author | Line |
---|---|---|---|
1 | 6 | kaklik | /*! \file stxetxconf.h \brief STX/ETX Packet Protocol Implementation Configuration. */ |
2 | //***************************************************************************** |
||
3 | // |
||
4 | // File Name : 'stxetx.h' |
||
5 | // Title : STX/ETX Packet Protocol Implementation Configuration |
||
6 | // Author : Pascal Stang - Copyright (C) 2002-2003 |
||
7 | // Created : 10/9/2002 |
||
8 | // Revised : 02/10/2003 |
||
9 | // Version : 0.1 |
||
10 | // Target MCU : any |
||
11 | // Editor Tabs : 4 |
||
12 | // |
||
13 | // This code is distributed under the GNU Public License |
||
14 | // which can be found at http://www.gnu.org/licenses/gpl.txt |
||
15 | // |
||
16 | //***************************************************************************** |
||
17 | |||
18 | #ifndef STXETXCONF_H |
||
19 | #define STXETXCONF_H |
||
20 | |||
21 | // STX/ETX Configuration Options |
||
22 | |||
23 | // This determines the size of the Packet Receive Buffer |
||
24 | // where whole verified packets are copied after being received |
||
25 | #define STXETX_MAXRXPACKETSIZE 20 // length of packet buffer |
||
26 | |||
27 | |||
28 | #endif |
Powered by WebSVN v2.8.3