Skip to content

Commit

Permalink
tools/sizes.py: Restore to the prior behavior regarding output destin…
Browse files Browse the repository at this point in the history
…ation

once `tools/sizes.py` outputted to `stderr` rather `stdout` before da4a19f

(Arduino IDE 1.8.19 for Windows doesn't capture `stdout`, 2.0.0-rc6 does)
  • Loading branch information
jjsuwa-sys3175 committed May 17, 2022
1 parent fd9af97 commit d52e712
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/sizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
import argparse
import os
import subprocess
import sys

sys.stdout = sys.stderr

def get_segment_sizes(elf, path, mmu):
iram_size = 0
Expand Down

0 comments on commit d52e712

Please sign in to comment.