only:cleanup
This commit is contained in:
parent
28a3f8e989
commit
840776ae96
|
@ -54,6 +54,8 @@
|
|||
/* Local variables and types. */
|
||||
/*==========================================================================*/
|
||||
|
||||
#define PROTOCOL_HIP_NAME "HIP"
|
||||
|
||||
static NamedOutputPin intHold(PROTOCOL_HIP_NAME);
|
||||
static NamedOutputPin Cs(PROTOCOL_HIP_NAME);
|
||||
|
||||
|
|
|
@ -163,8 +163,6 @@
|
|||
#define PROTOCOL_CRANK1 "t1"
|
||||
#define PROTOCOL_CRANK2 "t2"
|
||||
|
||||
#define PROTOCOL_HIP_NAME "HIP"
|
||||
|
||||
#define MLQ_HEADER_SIZE 24
|
||||
#define MLQ_FIELD_HEADER_SIZE 89
|
||||
|
||||
|
|
Loading…
Reference in New Issue