diff options
Diffstat (limited to 'objects/Uart.mpy')
-rw-r--r-- | objects/Uart.mpy | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/objects/Uart.mpy b/objects/Uart.mpy deleted file mode 100644 index 76ee8805f..000000000 --- a/objects/Uart.mpy +++ /dev/null @@ -1,6 +0,0 @@ -from Device import PioDevice - -simobj Uart(PioDevice): - type = 'Uart' - console = Param.SimConsole(Super, "The console") - size = Param.Addr(0x8, "Device size") |