Additional comment clarity.

This commit is contained in:
blckmn 2022-01-07 15:00:57 +11:00
parent 90f609fa99
commit eb3209ec45
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ SERIAL_DEVICE ?= $(firstword $(wildcard /dev/ttyACM*) $(firstword $(wildcard /
# Flash size (KB). Some low-end chips actually have more flash than advertised, use this to override.
FLASH_SIZE ?=
# Release file naming
# Release file naming (no revision to be present if this is 'yes')
RELEASE ?= no
###############################################################################