diff options
Diffstat (limited to 'fpga/src/Uart.bs')
-rw-r--r-- | fpga/src/Uart.bs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fpga/src/Uart.bs b/fpga/src/Uart.bs index 1059a65..b54cfb8 100644 --- a/fpga/src/Uart.bs +++ b/fpga/src/Uart.bs @@ -2,7 +2,6 @@ package Uart where import FIFOF import GetPut -import Util interface Clock = clk :: Bool |