summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Knispel <gknispel@avencall.com>2012-09-28 15:37:51 +0200
committerGuillaume Knispel <gknispel@avencall.com>2012-09-28 15:37:51 +0200
commite1bfbd7536deca618af29946abce38757c6df7c6 (patch)
tree753ba1b0175582f38862582d2e46af61b51533d3
parenteb696b0cc2ee8634961f21b0b4e7a4cf8e739718 (diff)
do GlobalInit() asap
-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 */