Review comments

This commit is contained in:
Scott Shawcroft 2018-12-04 22:54:45 -08:00
parent 99fb10592e
commit 73a9d50236
No known key found for this signature in database
GPG Key ID: FD0EDC4B6C53CA59
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
/**************************************************************************/
/*!
@file particle_boron.h
@file particle_argon.h
@author Scott Shawcroft
@section LICENSE

View File

@ -1,6 +1,6 @@
/**************************************************************************/
/*!
@file particle_boron.h
@file particle_xenon.h
@author Scott Shawcroft
@section LICENSE