File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
examples/projects/l0/gate_serialcom Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 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/*******************************************************************************
Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ void Gate_Init(void)
5353 ******************************************************************************/
5454void 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 )
You can’t perform that action at this time.
0 commit comments