move buzzer demo to apps folder
This commit is contained in:
parent
07420e6ead
commit
ee7ae2d345
@ -1,9 +0,0 @@
|
|||||||
include ../../make.mk
|
|
||||||
|
|
||||||
INCLUDES += \
|
|
||||||
-I../
|
|
||||||
|
|
||||||
SRCS += \
|
|
||||||
../app.c
|
|
||||||
|
|
||||||
include ../../rules.mk
|
|
10
apps/Sensor Watch Buzzer Demo/make/Makefile
Executable file
10
apps/Sensor Watch Buzzer Demo/make/Makefile
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
TOP = ../../..
|
||||||
|
include $(TOP)/make.mk
|
||||||
|
|
||||||
|
INCLUDES += \
|
||||||
|
-I../
|
||||||
|
|
||||||
|
SRCS += \
|
||||||
|
../app.c
|
||||||
|
|
||||||
|
include $(TOP)/rules.mk
|
Loading…
x
Reference in New Issue
Block a user