diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2013-08-25 10:10:55 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2013-08-25 10:10:55 -0400 |
commit | 4ed6c4a3a8407469a9a379c68c194bec62346704 (patch) | |
tree | e80d1044bc89f4306fc1325d457f9f82073359dc /redirector.c | |
parent | 7f1f0172955a41e7e616035f17bb09a765e3cdfb (diff) | |
download | sobredirect-4ed6c4a3a8407469a9a379c68c194bec62346704.tar.gz sobredirect-4ed6c4a3a8407469a9a379c68c194bec62346704.tar.bz2 sobredirect-4ed6c4a3a8407469a9a379c68c194bec62346704.zip |
Add hw/sw flow control options to passthru.
Diffstat (limited to 'redirector.c')
-rw-r--r-- | redirector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redirector.c b/redirector.c index d67f5c8..f425aff 100644 --- a/redirector.c +++ b/redirector.c @@ -276,7 +276,7 @@ int main (int argc, char **argv) } if (hw_flow) - sob_cfg.flow = 'H'; + sob_cfg.flow = 'H'; else if (sw_flow) sob_cfg.flow = 'S'; else |