Skip to content

Commit 372db06

Browse files
committed
Requiring v2.9 of the cc.mqtt5.generated.
1 parent 2a2c7b2 commit 372db06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/lib/src/ProtocolDefs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
#include <cstdint>
2222

23-
static_assert(COMMS_MAKE_VERSION(2, 8, 0) <= CC_MQTT5_VERSION,
23+
static_assert(COMMS_MAKE_VERSION(2, 9, 0) <= CC_MQTT5_VERSION,
2424
"The version of the cc_mqtt5 library is too low.");
2525

2626
namespace cc_mqtt5_client

0 commit comments

Comments
 (0)