From 2168119b73034d31586afd73b1a12afb540a629a Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Tue, 28 Mar 2017 14:36:03 +0000 Subject: [PATCH] apps/mm removed extraneous comment from Makefile --- examples/mm/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/mm/Makefile b/examples/mm/Makefile index 8bd21dad5..a74edc7a2 100644 --- a/examples/mm/Makefile +++ b/examples/mm/Makefile @@ -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