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