Review comments
This commit is contained in:
parent
99fb10592e
commit
73a9d50236
2
Makefile
2
Makefile
@ -356,7 +356,7 @@ endif
|
|||||||
.phony: all clean size flash sd erase
|
.phony: all clean size flash sd erase
|
||||||
|
|
||||||
# default target to build
|
# default target to build
|
||||||
all: $(BUILD)/$(OUTPUT_FILENAME).out size
|
all: $(BUILD)/$(OUTPUT_FILENAME)-nosd.out size
|
||||||
|
|
||||||
# Rule using BOARD_LIST, nl is newline
|
# Rule using BOARD_LIST, nl is newline
|
||||||
define nl
|
define nl
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/*!
|
/*!
|
||||||
@file particle_boron.h
|
@file particle_argon.h
|
||||||
@author Scott Shawcroft
|
@author Scott Shawcroft
|
||||||
|
|
||||||
@section LICENSE
|
@section LICENSE
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/*!
|
/*!
|
||||||
@file particle_boron.h
|
@file particle_xenon.h
|
||||||
@author Scott Shawcroft
|
@author Scott Shawcroft
|
||||||
|
|
||||||
@section LICENSE
|
@section LICENSE
|
||||||
|
Loading…
Reference in New Issue
Block a user