mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 19:20:30 +08:00
d98d14d236
* 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
|