AVR: Documentation: Attribute address has exactly one argument.
gcc/ * doc/extend.texi (AVR Variable Attributes) [address]: Remove documentation for a version without argument, which is not supported.
This commit is contained in:
parent
27521a2f4f
commit
45a22144bf
1 changed files with 1 additions and 2 deletions
|
@ -8317,8 +8317,7 @@ allowing the use of @code{cbi}, @code{sbi}, @code{sbic} and @code{sbis}
|
|||
instructions.
|
||||
|
||||
@cindex @code{address} variable attribute, AVR
|
||||
@item address
|
||||
@itemx address (@var{addr})
|
||||
@item address (@var{addr})
|
||||
Variables with the @code{address} attribute can be used to address
|
||||
memory-mapped peripherals that may lie outside the I/O address range.
|
||||
Just like with the @code{io} and @code{io_low} attributes, no memory is
|
||||
|
|
Loading…
Add table
Reference in a new issue