RiscV-Formal/hs/Peripherals/Teardown.hs

8 lines
190 B
Haskell
Raw Permalink Normal View History

2025-02-13 04:54:15 +00:00
module Peripherals.Teardown(teardownPeripherals) where
import Prelude
import Peripherals.UartCFFI(restoreTerminal)
teardownPeripherals :: IO ()
teardownPeripherals = do
restoreTerminal