summaryrefslogtreecommitdiff
path: root/src/dev/Uart.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/Uart.py')
-rw-r--r--src/dev/Uart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/Uart.py b/src/dev/Uart.py
index e32517a4c..c5db3c42f 100644
--- a/src/dev/Uart.py
+++ b/src/dev/Uart.py
@@ -34,7 +34,7 @@ from Device import BasicPioDevice
class Uart(BasicPioDevice):
type = 'Uart'
abstract = True
- sim_console = Param.SimConsole(Parent.any, "The console")
+ terminal = Param.Terminal(Parent.any, "The terminal")
class Uart8250(Uart):
type = 'Uart8250'