dlbeer / mspdebug

Debugging tool for MSP430 MCUs
GNU General Public License v2.0
187 stars 80 forks source link

simio: console can print to file #60

Closed hosewiejacke closed 6 years ago

hosewiejacke commented 6 years ago

This is usefull for tail -f.

dlbeer commented 6 years ago

This looks like a good idea. However, the implementation you've suggested would leak a file handle if configuration is done more than once. If you can fix this up and check it over carefully, I'd be happy to merge it.

hosewiejacke commented 6 years ago

I just added a check.

dlbeer commented 6 years ago

Ok, looks good -- thanks.

hosewiejacke commented 6 years ago

Thanks for merging my first PR :relieved: