Skip to content

Commit 7a68cef

Browse files
committed
lines forgotten to be commented
1 parent fe12ebd commit 7a68cef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/common.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function print_size_info()
55
elf_file=$1
66

77
if [ -z "$elf_file" ]; then
8-
printf "sketch data rodata bss text irom0.text dram flash\n"
8+
#printf "sketch data rodata bss text irom0.text dram flash\n"
99
return 0
1010
fi
1111

@@ -29,8 +29,8 @@ function print_size_info()
2929
#printf "%-28s %-8d %-8d %-8d %-8d %-8d %-8d %-8d\n" $sketch_name ${segments[data]} ${segments[rodata]} ${segments[bss]} ${segments[text]} $total_ram $total_flash
3030
return 0
3131
}
32-
recipe.size.regex=^(?:\.iram0\.text|\.dram0\.text|\.flash\.text|\.dram0\.data|\.flash\.rodata|)\s+([0-9]+).*
33-
recipe.size.regex.data=^(?:\.dram0\.data|\.dram0\.bss)\s+([0-9]+).*
32+
#recipe.size.regex=^(?:\.iram0\.text|\.dram0\.text|\.flash\.text|\.dram0\.data|\.flash\.rodata|)\s+([0-9]+).*
33+
#recipe.size.regex.data=^(?:\.dram0\.data|\.dram0\.bss)\s+([0-9]+).*
3434

3535
function build_sketches()
3636
{

0 commit comments

Comments
 (0)