summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 12b8638..19f2091 100644
--- a/main.c
+++ b/main.c
@@ -243,8 +243,8 @@ int main(void)
__disable_interrupt();
- InitPorts();
GlobalInit();
+ InitPorts();
#ifdef TRACE_SERIAL
SerialInit();
#endif /* TRACE_SERIAL */