[riot-notifications] [RIOT-OS/RIOT] replace netif_addr_to/from_str() with l2util_addr_to/from_str() (#15443)
benpicco
notifications at github.com
Tue Nov 17 12:53:56 CET 2020
@benpicco commented on this pull request.
> @@ -476,6 +476,10 @@ ifneq (,$(filter ieee802154_submac,$(USEMODULE)))
USEMODULE += xtimer
endif
+ifneq (,$(filter l2util,$(USEMODULE)))
+ USEMODULE += fmt
Unused functions should be thrown out by the linker, so there is nothing to gain from re-implementing `fmt` locally.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15443#discussion_r525096967
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201117/3688805d/attachment.htm>
More information about the notifications
mailing list