diff options
| -rw-r--r-- | sys/src/9/port/devuart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/port/devuart.c b/sys/src/9/port/devuart.c index 57fdbb6e5..197e695f4 100644 --- a/sys/src/9/port/devuart.c +++ b/sys/src/9/port/devuart.c @@ -36,7 +36,7 @@ static void uartflow(void*); /* * enable/disable uart and add/remove to list of enabled uarts */ -static Uart* +Uart* uartenable(Uart *p) { Uart **l; |
