summaryrefslogtreecommitdiff
path: root/chip/host/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/host/uart.c')
-rw-r--r--chip/host/uart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/host/uart.c b/chip/host/uart.c
index 2a05fb686e..ce8310f171 100644
--- a/chip/host/uart.c
+++ b/chip/host/uart.c
@@ -16,7 +16,7 @@
#include "uart.h"
#include "util.h"
-static int stopped;
+static int stopped = 1;
static int int_disabled;
static int init_done;