1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg: paho-mqtt: added missing requirement

Paho won't compile on platforms where an Integer is smaller than 32 bit.
This commit is contained in:
Oleg Hahm 2022-11-30 11:42:40 +01:00
parent 0d30defd5c
commit 6f7710a2e9

View File

@ -1,3 +1,7 @@
# PAHO does some comparisons against literals that make certain assumptions
# about the width of integer types which hold only true for 32 bit platforms
FEATURES_REQUIRED += arch_32bit
USEMODULE += ztimer
USEMODULE += ztimer_msec
USEMODULE += paho-mqtt-contrib