mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-22 00:56:21 +03:00
Document default value of bitmask
This commit is contained in:
@@ -193,10 +193,10 @@
|
||||
# ;
|
||||
#
|
||||
# If any of the above parameters are not specified, the default value
|
||||
# of 0 is used for numerics (except for mcuid, hvupdi_variant and
|
||||
# ocdrev, where the default value is -1, and for autobaud_sync which
|
||||
# defaults to 0x30), or the empty string "" for string values. If a
|
||||
# required parameter is left empty, AVRDUDE will complain. Almost all
|
||||
# of 0 is used for numerics (except for mcuid, hvupdi_variant, ocdrev
|
||||
# and bitmask, where the default value is -1, and for autobaud_sync
|
||||
# which defaults to 0x30), or the empty string "" for string values. If
|
||||
# a required parameter is left empty, AVRDUDE will complain. Almost all
|
||||
# occurrences of numbers (with the exception of pin numbers and where
|
||||
# they are separated by space, eg, in signature and readback) can also
|
||||
# be given as simple expressions involving arithemtic and bitwise
|
||||
|
||||
@@ -2835,13 +2835,14 @@ part
|
||||
|
||||
@noindent
|
||||
If any of the above parameters are not specified, the default value of 0
|
||||
is used for numerics (except for @code{mcuid}, @code{hvupdi_variant} and
|
||||
@code{ocdrev}, where the default value is -1, and for @code{autobaud_sync}
|
||||
which defaults to 0x30) or the empty string @code{""} for string values.
|
||||
If a required parameter is left empty, AVRDUDE will complain. Almost all
|
||||
occurrences of numbers (with the exception of pin numbers and where they
|
||||
are separated by space, e.g., in signature and readback) can also be given
|
||||
as simple expressions involving arithemtic and bitwise operators.
|
||||
is used for numerics (except for @code{mcuid}, @code{hvupdi_variant},
|
||||
@code{ocdrev} and @code{bitmask}, where the default value is -1, and for
|
||||
@code{autobaud_sync} which defaults to 0x30) or the empty string @code{""}
|
||||
for string values. If a required parameter is left empty, AVRDUDE will
|
||||
complain. Almost all occurrences of numbers (with the exception of pin
|
||||
numbers and where they are separated by space, e.g., in signature and
|
||||
readback) can also be given as simple expressions involving arithemtic and
|
||||
bitwise operators.
|
||||
|
||||
@menu
|
||||
* Parent Part::
|
||||
|
||||
Reference in New Issue
Block a user