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