Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

openwsn: make: use correct name of iotlab-m3 #24

Merged
merged 1 commit into from
Apr 6, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openwsn/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down