1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards: msb-430: fix common module name

This commit is contained in:
Kaspar Schleiser 2016-03-05 22:30:37 +01:00
parent 13c99bbb35
commit 08b8ac4ba1
3 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
MODULE = board
MODULE = msb-430-common
DIRS = drivers

View File

@ -1 +1,2 @@
USEMODULE += msb-430-common
include $(RIOTBOARD)/msb-430-common/Makefile.include

View File

@ -1 +1,2 @@
USEMODULE += msb-430-common
include $(RIOTBOARD)/msb-430-common/Makefile.include