Skip to content

Commit f596808

Browse files
[Gate] Fix a small warning and increase PIPE_TX_BUFFER_SIZE fot big RTB by default
1 parent 748bae2 commit f596808

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/projects/l0/gate_serialcom/node_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
* INIT_TIME | 150 | Wait init time before first detection
108108
******************************************************************************/
109109
#define GATE_BUFF_SIZE 1024
110-
#define PIPE_TX_BUFFER_SIZE 1024
110+
#define PIPE_TX_BUFFER_SIZE 2048
111111
#define PIPE_RX_BUFFER_SIZE 2048
112112

113113
/*******************************************************************************

tool_services/gate/gate.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ void Gate_Init(void)
5353
******************************************************************************/
5454
void Gate_Loop(void)
5555
{
56-
static uint32_t LastVoidMsg = 0;
5756
// We don't receive anything.
5857
// After 1s void reception send void data allowing client to send commands (because client could be synchronized to reception).
5958
if (LastReceptionDate == 0)

0 commit comments

Comments
 (0)