From b51d58287649d42c6097244bb66343b0806b26fe Mon Sep 17 00:00:00 2001 From: Aditya Naik Date: Tue, 9 Jun 2020 17:13:54 -0400 Subject: Consolidated rtos-master.c and master.c --- makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index a6914cc..6af687b 100644 --- a/makefile +++ b/makefile @@ -22,7 +22,6 @@ BUILD_DIR = build ###################################### # C sources for all ports C_SOURCES = \ -src/main-rtos.c \ lib/nanopb/pb_decode.c \ lib/nanopb/pb_encode.c \ lib/nanopb/pb_common.c \ @@ -73,7 +72,7 @@ AS_INCLUDES = C_INCLUDES = \ -Isrc \ -Ilib/cmsis \ --Ilib/freertos/include +-Ilib/freertos/include \ -Ilib/nanopb # Define the chip we're building for and include its makefile -- cgit v1.2.3