mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
167 B
Makefile
10 lines
167 B
Makefile
APPLICATION = periph_i2c
|
|
include ../Makefile.tests_common
|
|
|
|
FEATURES_REQUIRED = periph_i2c
|
|
|
|
USEMODULE += shell
|
|
USEMODULE += uart0
|
|
|
|
include $(RIOTBASE)/Makefile.include
|