From 0e7217162d12db94f84445f6649011581607e6c7 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Thu, 17 Mar 2022 23:50:30 -0400 Subject: Initial implementation of examples/beep.c Initial implementation of examples/beep.c to exercise drone beeping! --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile index 1146600..72e4c3d 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -8,7 +8,7 @@ LIBNAME = xas CFLAGS += -I$(INCLUDE_PATH) LDFLAGS += -L../src -l$(LIBNAME) -lm -EXAMPLES = test open say spatial seq pod +EXAMPLES = test open say spatial seq pod beep all: $(EXAMPLES) -- cgit v1.2.3