1
0
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:
Simon Brummer 2020-09-29 16:50:07 +02:00
parent 2cab6b9f18
commit a29666f87c

View File

@ -24,7 +24,7 @@
/**
* @brief Internal struct holding receive buffers.
*/
rcvbuf_t _static_buf;
static rcvbuf_t _static_buf;
/**
* @brief Initializes all receive buffers.