Skip to content

Commit

Permalink
Small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mryndzionek committed May 14, 2020
1 parent 88edc3d commit e7e2aa9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions apps/SoapySDR.hs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ parser =
showDefault)

main :: IO ()
main = run =<< execParser opts
main = sdrProcess =<< execParser opts
where
opts =
info
Expand Down Expand Up @@ -268,6 +268,4 @@ sdrProcess opts = do
cleanup
csrc
Nothing -> putStrLn $ "Unable to open source: " ++ show (_input opts)

run :: Opts -> IO ()
run = sdrProcess

0 comments on commit e7e2aa9

Please sign in to comment.