From e192dc4e358b2b46289c9e9a7e191a82c2ab4887 Mon Sep 17 00:00:00 2001 From: Kelvin Lawson Date: Mon, 4 Mar 2013 02:31:39 +0000 Subject: [PATCH] ARM/IntegratorCP: Description changes only. --- ports/arm/platforms/qemu_integratorcp/uart.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/arm/platforms/qemu_integratorcp/uart.c b/ports/arm/platforms/qemu_integratorcp/uart.c index 4773004..a57a194 100644 --- a/ports/arm/platforms/qemu_integratorcp/uart.c +++ b/ports/arm/platforms/qemu_integratorcp/uart.c @@ -30,11 +30,11 @@ /** * \file - * UART implementation for non-hosted compiler toolchains. + * Simple polled UART implementation for non-hosted compiler toolchains. * * - * Some toolchains may be semi-hosted and implement these automatically - * for use within QEMU. + * This is only required for non-hosted toolchains which don't implement + * stdout automatically for use within QEMU. */ #include "atom.h"