* Sensor Watch Pro board definition * Disable hot-plugging on SWCLK * Add rainbow test * Move interrupt mapping to board config * New color definition for Pro boards in makefile
11 lines
108 B
Makefile
Executable File
11 lines
108 B
Makefile
Executable File
TOP = ../../..
|
|
include $(TOP)/make.mk
|
|
|
|
INCLUDES += \
|
|
-I../
|
|
|
|
SRCS += \
|
|
../app.c
|
|
|
|
include $(TOP)/rules.mk
|