Provide default board for platform simplelink

If BOARD is unspecified, simplelink platform's build system will generate an error instead of choosing a default. This is a) inconsistent with what we do for other platforms and b) problematic because making targets clean, distclean etc will fail.
This commit is contained in:
George Oikonomou 2018-09-23 12:58:31 +01:00
parent 9e2ffda2da
commit ba73abfeac

View File

@ -8,9 +8,7 @@ ifndef CONTIKI
$(error 'CONTIKI' not defined! You must specify where CONTIKI resides!)
endif
ifndef BOARD
$(error 'BOARD' not defined! You must specify which board you are using!)
endif
BOARD ?= srf06/cc26x0
################################################################################
### Resolve the SimpleLink Family