Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg/paho-mqtt: add support for gnrc #17004

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
fixup! pkg/paho-mqtt: add support for gnrc
  • Loading branch information
vera committed Dec 16, 2021
commit a0d0f6472d81f9cbf0659c1a1d26125da84f2e2d
2 changes: 2 additions & 0 deletions pkg/paho-mqtt/contrib/riot_iface.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
#define TSRB_MAX_SIZE (1024)
#endif

/* The subsequent static variables are only used by the lwip
* network stack and will be garbage collected if GNRC is used */
static uint8_t buffer[TSRB_MAX_SIZE];
static uint8_t _temp_buf[TSRB_MAX_SIZE];
static tsrb_t tsrb_lwip_tcp;
Expand Down