1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/bhp: add missing event dependency

This commit is contained in:
Jose Alamos 2022-08-17 13:29:08 +02:00
parent f820f94dcf
commit 2d4f239d18
No known key found for this signature in database
GPG Key ID: F483EB800EF89DD9

3
sys/bhp/Makefile.dep Normal file
View File

@ -0,0 +1,3 @@
ifneq (,$(filter bhp_event,$(USEMODULE)))
USEMODULE += event
endif