Running astyle, no functional changes. [ci skip].
This commit is contained in:
parent
2e3f26ba58
commit
fc84e9dcff
12
cfg/avr.cfg
12
cfg/avr.cfg
|
@ -14,7 +14,7 @@
|
|||
<podtype name="intptr_t" sign="s" size="2"/>
|
||||
<podtype name="uintptr_t" sign="u" size="2"/>
|
||||
<!-- Minimum-width integer types -->
|
||||
<podtype name="int_least8_t" sign="s" size="1"/>
|
||||
<podtype name="int_least8_t" sign="s" size="1"/>
|
||||
<podtype name="uint_least8_t" sign="u" size="1"/>
|
||||
<podtype name="int_least16_t" sign="s" size="2"/>
|
||||
<podtype name="uint_least16_t" sign="u" size="2"/>
|
||||
|
@ -24,14 +24,14 @@
|
|||
<podtype name="uint_least64_t" sign="u" size="8"/>
|
||||
<!-- Fastest minimum-width integer types -->
|
||||
<podtype name="int_fast8_t" sign="s" size="1"/>
|
||||
<podtype name="uint_fast8_t" sign="u" size="1"/>
|
||||
<podtype name="int_fast16_t" sign="s" size="2"/>
|
||||
<podtype name="uint_fast16_t" sign="u" size="2"/>
|
||||
<podtype name="int_fast32_t" sign="s" size="4"/>
|
||||
<podtype name="uint_fast8_t" sign="u" size="1"/>
|
||||
<podtype name="int_fast16_t" sign="s" size="2"/>
|
||||
<podtype name="uint_fast16_t" sign="u" size="2"/>
|
||||
<podtype name="int_fast32_t" sign="s" size="4"/>
|
||||
<podtype name="uint_fast32_t" sign="u" size="4"/>
|
||||
<podtype name="int_fast64_t" sign="s" size="8"/>
|
||||
<podtype name="uint_fast64_t" sign="u" size="8"/>
|
||||
<!-- Greatest-width integer types -->
|
||||
<podtype name="intmax_t" sign="s" size="8"/>
|
||||
<podtype name="uintmax_t" sign="u" size="8"/>
|
||||
<podtype name="uintmax_t" sign="u" size="8"/>
|
||||
</def>
|
||||
|
|
Loading…
Reference in New Issue