Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

pkg: paho-mqtt: added missing requirement #18997

Merged
merged 1 commit into from
Nov 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pkg/paho-mqtt/Makefile.dep
Original file line number Diff line number Diff line change
@@ -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
Expand Down