Skip to content

Commit

Permalink
Renamed vscp link buffer size define
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed May 4, 2023
1 parent 09b889a commit 2bf732b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/vscp-link-protocol.c
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ int
vscp_link_doCmdRetrieve(const void* pdata, const char* cmd)
{
int rv;
char buf[PRJDEF_VSCP_LINK_MAX_BUF];
char buf[THIS_FIRMWARE_TCPIP_LINK_MAX_BUFFER];
vscpEvent* pev = NULL;

if (VSCP_ERROR_SUCCESS != vscp_link_callback_check_authenticated(pdata)) {
Expand Down

0 comments on commit 2bf732b

Please sign in to comment.