From 73a9d50236517d0742f52c16579c94392d1f185d Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Tue, 4 Dec 2018 22:54:45 -0800 Subject: [PATCH] Review comments --- Makefile | 2 +- src/boards/particle_argon.h | 2 +- src/boards/particle_xenon.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 585bd07..9731ec1 100644 --- a/Makefile +++ b/Makefile @@ -356,7 +356,7 @@ endif .phony: all clean size flash sd erase # default target to build -all: $(BUILD)/$(OUTPUT_FILENAME).out size +all: $(BUILD)/$(OUTPUT_FILENAME)-nosd.out size # Rule using BOARD_LIST, nl is newline define nl diff --git a/src/boards/particle_argon.h b/src/boards/particle_argon.h index 2ce69b3..95bf3d1 100644 --- a/src/boards/particle_argon.h +++ b/src/boards/particle_argon.h @@ -1,6 +1,6 @@ /**************************************************************************/ /*! - @file particle_boron.h + @file particle_argon.h @author Scott Shawcroft @section LICENSE diff --git a/src/boards/particle_xenon.h b/src/boards/particle_xenon.h index 48c866c..97ce92d 100644 --- a/src/boards/particle_xenon.h +++ b/src/boards/particle_xenon.h @@ -1,6 +1,6 @@ /**************************************************************************/ /*! - @file particle_boron.h + @file particle_xenon.h @author Scott Shawcroft @section LICENSE