[build] Fix a typo

This commit is contained in:
Romain Goyet
2019-02-13 15:40:07 +01:00
parent 1d2468de37
commit 0deb8715bb

View File

@@ -8,7 +8,7 @@ import subprocess
import re
import argparse
# arm-none-eabi-objcopy -h -w file.elf
# arm-none-eabi-objdump -h -w file.elf
# arm-none-eabi-objcopy -O binary -j .data file.elf file.bin
def loadable_sections(elf_file):