From cdae2d60d368b2f5678a64e1ac10ff7e7a6ce2be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Rivi=C3=A8re?= Date: Mon, 22 Oct 2012 20:24:58 +0000 Subject: [PATCH] Moved slice timer OK message. --- BaS_GNU/BaS_GNU/sources/sysinit.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/BaS_GNU/BaS_GNU/sources/sysinit.c b/BaS_GNU/BaS_GNU/sources/sysinit.c index a4847e7..e7b52f0 100644 --- a/BaS_GNU/BaS_GNU/sources/sysinit.c +++ b/BaS_GNU/BaS_GNU/sources/sysinit.c @@ -70,12 +70,11 @@ void wait_1us(void) */ void init_slt(void) { - uart_out_word('SLT '); - uart_out_word('OK! '); - MCF_SLT0_STCNT = 0xffffffff; MCF_SLT0_SCR = 0x05; + uart_out_word('SLT '); + uart_out_word('OK! '); uart_out_word(0x0a0d); }