1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request https://github.com/RIOT-OS/applications/pull/24 from cgundogan/pr/openwsn/makefile_iotlab-m3

openwsn: make: use correct name of iotlab-m3
This commit is contained in:
Oleg Hahm 2016-04-06 13:49:47 +02:00
commit 6ec13f8afe

View File

@ -1,7 +1,7 @@
APPLICATION = openwsn-app
# If no BOARD is found in the environment, use this default:
BOARD ?= iot-lab_M3
BOARD ?= iotlab-m3
# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../../RIOT