mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
6 lines
228 B
Makefile
6 lines
228 B
Makefile
# Product & Vendor ID taken from example firmware that the board was shipped with.
|
|
CFLAGS += -DINTERNAL_PERIPHERAL_VID=0x0483
|
|
CFLAGS += -DINTERNAL_PERIPHERAL_PID=0x5740
|
|
|
|
include $(RIOTBOARD)/common/weact-f4x1cx/Makefile.include
|