Merged in david_s5/apps-1/david_s5/appsmm-removed-extraneous-comment-from-m-1490711722259 (pull request #71)

apps/mm removed extraneous comment from Makefile

Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
David Sidrane 2017-03-28 15:11:42 +00:00 committed by Gregory Nutt
commit da2d782931

View File

@ -44,8 +44,6 @@ APPNAME = mm
PRIORITY = $(CONFIG_EXAMPLES_MM_PRIORITY)
STACKSIZE = $(CONFIG_EXAMPLES_MM_STACKSIZE)
# Hello, World! Example
ASRCS =
CSRCS =
MAINSRC = mm_main.c