summaryrefslogtreecommitdiff
path: root/chip/it83xx
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 14:17:49 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-01 03:33:49 +0000
commit131f6abf8ff17eb823f9af37bebe9611fb1db7b0 (patch)
tree33cb49927561721a85b8481ab2a147791db99efa /chip/it83xx
parent43eb12ad456c343b1fc5c481e1127659f8ca1bbb (diff)
downloadchrome-ec-131f6abf8ff17eb823f9af37bebe9611fb1db7b0.tar.gz
chip/it83xx/uart.c: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I6f8398975a9ed7f1bd4dc6ef014bb32c6c6726b8 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3729217 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'chip/it83xx')
-rw-r--r--chip/it83xx/uart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/it83xx/uart.c b/chip/it83xx/uart.c
index d0b645e68c..661e0724b3 100644
--- a/chip/it83xx/uart.c
+++ b/chip/it83xx/uart.c
@@ -17,7 +17,7 @@
#include "util.h"
/* Traces on UART1 */
-#define UART_PORT 0
+#define UART_PORT 0
#define UART_PORT_HOST 1
static int init_done;