Skip to content

Commit

Permalink
Requiring v2.9 of the cc.mqtt5.generated.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Sep 23, 2024
1 parent 2a2c7b2 commit 372db06
Showing 1 changed file with 1 addition and 1 deletion.
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, 0) <= CC_MQTT5_VERSION,
static_assert(COMMS_MAKE_VERSION(2, 9, 0) <= CC_MQTT5_VERSION,
"The version of the cc_mqtt5 library is too low.");

namespace cc_mqtt5_client
Expand Down

0 comments on commit 372db06

Please sign in to comment.