[pushed] wwwdocs: gcc-5: Fix markup after AVR changes
Commit Message
HTML 5 again uses <br> over <br/> or <br/ >.
(I pushed this some 10 days ago.)
Gerald
---
htdocs/gcc-5/changes.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -728,7 +728,7 @@ here</a>.</p>
If the compiler is used together with AVR-LibC, this requires at
least GCC 5.2 and a version of AVR-LibC which implements
<a href="https://savannah.nongnu.org/bugs/?44574">feature #44574</a>.
- <br/><br/>
+ <br>
As a consequence, the compiler no more supports individual devices
like ATmega8.
Specifying, say, <code>-mmcu=atmega8</code> triggers the usage of the