Skip to content
Snippets Groups Projects
Commit 6d5601a7 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

added gpioint as dependency for original cc110x driver

parent 4a48f10e
No related branches found
No related tags found
No related merge requests found
ifneq (,$(findstring cc110x,$(USEMODULE)))
ifeq (,$(findstring gpioint,$(USEMODULE)))
USEMODULE += gpioint
endif
endif
ifneq (,$(findstring cc110x_ng,$(USEMODULE)))
ifeq (,$(findstring cc110x_spi,$(USEMODULE)))
USEMODULE += cc110x_spi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment