mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
gnrc_tcp: reduce scope of receive buffer
This commit is contained in:
parent
2cab6b9f18
commit
a29666f87c
@ -24,7 +24,7 @@
|
||||
/**
|
||||
* @brief Internal struct holding receive buffers.
|
||||
*/
|
||||
rcvbuf_t _static_buf;
|
||||
static rcvbuf_t _static_buf;
|
||||
|
||||
/**
|
||||
* @brief Initializes all receive buffers.
|
||||
|
Loading…
Reference in New Issue
Block a user