Merge pull request #670 from g-oikonomou/bugfix/simplelink/board

Provide default board for platform simplelink
This commit is contained in:
George Oikonomou 2018-10-12 16:24:28 +01:00 committed by GitHub
commit cd59723f99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

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