projects
/
pub
/
USBaspLoader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
8fbc395
)
fix: build-error on atmega128
author
Stephan Baerwolf
<stephan.baerwolf@tu-ilmenau.de>
Thu, 7 Nov 2013 15:26:51 +0000
(16:26 +0100)
committer
Stephan Baerwolf
<stephan.baerwolf@tu-ilmenau.de>
Thu, 7 Nov 2013 15:45:19 +0000
(15:45 +0000)
Since MCUSR and some other Macros (from boot.h) are marked as
depreciated, gcc will fail to compile.
Solve by deactivating poison-pragma: __AVR_LIBC_DEPRECATED_ENABLE__
Signed-off-by: Stephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
No differences found