Skip to content

Commit

Permalink
Requiring v2.9 of the cc.mqttsn.generated and cc.mqtt311.generated.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Sep 23, 2024
1 parent 0fbede6 commit 820d99a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/lib/src/ProtocolDefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include <cstdint>

static_assert(COMMS_MAKE_VERSION(2, 8, 1) <= cc_mqttsn::version(),
static_assert(COMMS_MAKE_VERSION(2, 9, 0) <= cc_mqttsn::version(),
"The version of cc.mqttsn.generated library is too old");

namespace cc_mqttsn_client
Expand Down
4 changes: 2 additions & 2 deletions gateway/lib/src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@

#include "RegMgr.h"

static_assert(COMMS_MAKE_VERSION(2, 8, 1) <= cc_mqttsn::version(),
static_assert(COMMS_MAKE_VERSION(2, 9, 0) <= cc_mqttsn::version(),
"The version of cc.mqttsn.generated library is too old");

static_assert(COMMS_MAKE_VERSION(2, 8, 0) <= cc_mqtt311::version(),
static_assert(COMMS_MAKE_VERSION(2, 9, 0) <= cc_mqtt311::version(),
"The version of cc.mqtt311.generated library is too old");

namespace cc_mqttsn_gateway
Expand Down

0 comments on commit 820d99a

Please sign in to comment.