move buzzer demo to apps folder

This commit is contained in:
Joey Castillo 2021-09-18 14:00:45 -04:00
parent 07420e6ead
commit ee7ae2d345
4 changed files with 10 additions and 9 deletions

View File

@ -1,9 +0,0 @@
include ../../make.mk
INCLUDES += \
-I../
SRCS += \
../app.c
include ../../rules.mk

View File

@ -0,0 +1,10 @@
TOP = ../../..
include $(TOP)/make.mk
INCLUDES += \
-I../
SRCS += \
../app.c
include $(TOP)/rules.mk