only:cleanup

This commit is contained in:
Andrey 2024-09-20 01:16:45 -04:00
parent 28a3f8e989
commit 840776ae96
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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