Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
stylish haskell
Browse files Browse the repository at this point in the history
  • Loading branch information
t-wallet committed Mar 8, 2024
1 parent 351becc commit 49859cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Clash/Lattice/ECP5/UART.hs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{-#language FlexibleContexts #-}
{-# language FlexibleContexts #-}

module Clash.Lattice.ECP5.UART
(uartTxC) where

import Data.Maybe

import Clash.Prelude
import Clash.Cores.Ethernet.PacketStream
import Clash.Cores.UART
import Clash.Prelude
import Protocols
import Protocols.Internal

Expand Down

0 comments on commit 49859cf

Please sign in to comment.