projects
/
pub
/
USBaspLoader.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix: build-error on atmega128
[pub/USBaspLoader.git]
/
Makefile.inc
diff --git
a/Makefile.inc
b/Makefile.inc
index
e2ecf67
..
4ba9059
100644
(file)
--- a/
Makefile.inc
+++ b/
Makefile.inc
@@
-82,7
+82,7
@@
DEFINES_324 = #-DEMPTY
FUSEOPT_128 = -U lfuse:w:0x1f:m -U hfuse:w:0xc0:m -U efuse:w:0xfd:m
BOOTLOADER_ADDRESS_128 = 0x1E000
-DEFINES_128 =
#-DEMPTY
+DEFINES_128 =
-D__AVR_LIBC_DEPRECATED_ENABLE__