apps/examples/ajoystick: Fix missing includes of Application.mk

This commit is contained in:
Gregory Nutt 2015-09-07 16:31:17 -06:00
parent aa17ae4c0a
commit 5306a27335

View File

@ -50,3 +50,5 @@ APPNAME = ajoy
PRIORITY = SCHED_PRIORITY_DEFAULT
STACKSIZE = 2048
include $(APPDIR)/Application.mk