summaryrefslogtreecommitdiff
path: root/src/app/nrf24l01test/Makefile.inc
blob: 428244acd58b631b17e19d9cdfcf14c5d122f373 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# vim:ft=make
#
# Copyright 2020 Daniel Friesel
#
# SPDX-License-Identifier: CC0-1.0

ifdef app
	override loop = 1
	override timer_s = 1
	override drivers += ,nrf24l01
endif

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