From 5d9a66a2c24b1e7c797ec69b64a2ca1f47d46175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Wed, 31 Oct 2012 22:04:53 +0000 Subject: [PATCH] got rid of uart_out_word() --- BaS_GNU/Makefile | 2 +- BaS_GNU/sources/BaS.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/BaS_GNU/Makefile b/BaS_GNU/Makefile index a91b984..b384b3e 100644 --- a/BaS_GNU/Makefile +++ b/BaS_GNU/Makefile @@ -10,7 +10,7 @@ # can be either "Y" or "N" (without quotes). "Y" for using the m68k-elf-, "N" for using the m68k-atari-mint # toolchain -COMPILE_ELF=Y +COMPILE_ELF=N ifeq (Y,$(COMPILE_ELF)) TCPREFIX=m68k-elf- diff --git a/BaS_GNU/sources/BaS.c b/BaS_GNU/sources/BaS.c index 84e8bee..3b0793e 100644 --- a/BaS_GNU/sources/BaS.c +++ b/BaS_GNU/sources/BaS.c @@ -8,8 +8,8 @@ #include "MCF5475_SLT.h" #include "startcf.h" #include "cache.h" +#include "bas_printf.h" -#define uart_out_word(a) MCF_PSC3_PSCTB_8BIT = (a) extern uint32_t Bas_base[]; extern uint8_t tos_base[]; @@ -69,7 +69,6 @@ void BaS(void) { * (uint8_t *) 0xffff8963 = (uint8_t) MCF_PSC3_PSCRB_8BIT; /* Copy the NVRAM data from the PIC to the FPGA */ } - uart_out_word(' OK.'); } xprintf("copy EmuTOS: ");