diff options
author | Adrian Szyndela <adrian.s@samsung.com> | 2021-07-23 14:01:35 +0200 |
---|---|---|
committer | Adrian Szyndela <adrian.s@samsung.com> | 2021-07-23 14:02:48 +0200 |
commit | 9f6038781864032f0576310776b522bb5286e229 (patch) | |
tree | 8c19dbd88c3571c88e6230fe1eb30c6de8ef1cf1 | |
parent | d427c33e9ee92f0308fcdd7c6092ca1ecf5b77b3 (diff) | |
download | device-rpi-9f6038781864032f0576310776b522bb5286e229.tar.gz device-rpi-9f6038781864032f0576310776b522bb5286e229.tar.bz2 device-rpi-9f6038781864032f0576310776b522bb5286e229.zip |
peripheral-io: add spaces to uart config
For better readability and aesthetics.
Change-Id: I3899f5449eba0f3d8d5bb03e20af1fb0409c1504
-rw-r--r-- | hw/peripheral-io/uart.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/peripheral-io/uart.ini b/hw/peripheral-io/uart.ini index cf901b8..e3684eb 100644 --- a/hw/peripheral-io/uart.ini +++ b/hw/peripheral-io/uart.ini @@ -1,2 +1,2 @@ [UART] -0=/dev/ttyS0 +0 = /dev/ttyS0 |