1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00

Merge pull request #18997 from OlegHahm/pr/add_32bit_requirement_to_paho

pkg: paho-mqtt: added missing requirement
This commit is contained in:
benpicco 2022-11-30 14:49:12 +01:00 committed by GitHub
commit 7d8601e3cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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