diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/serial.c b/common/serial.c index 03bbb19754a..75cc1bb71c2 100644 --- a/common/serial.c +++ b/common/serial.c @@ -149,7 +149,7 @@ void serial_stdio_init(void) } } -int serial_assign(char *name) +int serial_assign(const char *name) { struct serial_device *s; |