]> sigrok.org Git - libsigrokdecode.git/commit
srd: uart_dump: Fix file output (flush).
authorUwe Hermann <redacted>
Thu, 14 Jun 2012 00:02:42 +0000 (02:02 +0200)
committerUwe Hermann <redacted>
Thu, 14 Jun 2012 00:02:42 +0000 (02:02 +0200)
commitc1c1d34feecda97ab42fb7c3b9f7cb8a6fed190e
treeada8e6c1cdf783ce4fd4c2d87a55866b13b9a9b3
parenta0153e903ba04cf9e6eb8c8a501508f4606efa6b
srd: uart_dump: Fix file output (flush).

We need to flush the file output buffer(s), lacking a stop() call in
PDs at the moment, which could do the flush (or file close()) only once
at the end of the PD "session".
decoders/uart_dump/uart_dump.py