From df061314b556cd5175fb9c04066261ba21790471 Mon Sep 17 00:00:00 2001 From: Oleg Hahm Date: Thu, 1 Dec 2022 11:35:48 +0100 Subject: [PATCH] Revert "pkg: paho-mqtt: added missing requirement" This reverts commit 6f7710a2e98304b19f3853e0ece3084d3c0963e3. --- pkg/paho-mqtt/Makefile.dep | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/paho-mqtt/Makefile.dep b/pkg/paho-mqtt/Makefile.dep index 0b8e325fc9..4dd2edbda0 100644 --- a/pkg/paho-mqtt/Makefile.dep +++ b/pkg/paho-mqtt/Makefile.dep @@ -1,7 +1,3 @@ -# 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