summaryrefslogtreecommitdiff
path: root/src/app/nrf24l01test/Makefile.inc
blob: 6713ddb03d946eb4e9058437d4f15e9074a43a7e (plain)
1
2
3
4
5
6
7
override drivers += ,nrf24l01
timer_s ?= 1
loop ?= 1

ifeq (${tx}, 1)
	COMMON_FLAGS += -DNRF24L01TEST_TX
endif