diff options
Diffstat (limited to 'src/arch/arduino-nano')
-rw-r--r-- | src/arch/arduino-nano/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/arch/arduino-nano/Makefile.inc b/src/arch/arduino-nano/Makefile.inc index 28bbead..7933ef2 100644 --- a/src/arch/arduino-nano/Makefile.inc +++ b/src/arch/arduino-nano/Makefile.inc @@ -21,8 +21,7 @@ NM = avr-nm OBJCOPY = avr-objcopy OBJDUMP = avr-objdump -# On each function call, the 2-Byte return address is pushed onto the stack -ARCH_CALL_COST = 2 +ARCH_SHORTNAME = avr ifeq (${aspectc}, 1) CXX = ag++ -r build/repo.acp -v 0 --c_compiler avr-g++ -p . --Xcompiler |