1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-01-11 05:11:01 +01:00

nothing special

This commit is contained in:
Asbelos 2020-07-24 12:00:24 +01:00
parent 32240c97e2
commit 56962d0528

View File

@ -9,4 +9,4 @@ avr-objdump -x -C %TMP%\%a%\CVReader.ino.elf | find ".data" | sort /+25 /R >>%TM
ECHO ++++++++++++++++++++++++++++++++++ >>%TMP%\OBJDUMP_%a%.txt
avr-objdump -x -C %TMP%\%a%\CVReader.ino.elf | find ".bss" | sort /+25 /R >>%TMP%\OBJDUMP_%a%.txt
notepad %TMP%\OBJDUMP_%a%.txt
EXIT