mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
6f7710a2e9
Paho won't compile on platforms where an Integer is smaller than 32 bit.
10 lines
310 B
Makefile
10 lines
310 B
Makefile
# 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
|
|
USEMODULE += paho-mqtt-packet
|
|
USEMODULE += tsrb
|