summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/ep1a/console/ns16550cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/ep1a/console/ns16550cfg.c')
-rw-r--r--c/src/lib/libbsp/powerpc/ep1a/console/ns16550cfg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/powerpc/ep1a/console/ns16550cfg.c b/c/src/lib/libbsp/powerpc/ep1a/console/ns16550cfg.c
index 1a75435f37..8237193a7b 100644
--- a/c/src/lib/libbsp/powerpc/ep1a/console/ns16550cfg.c
+++ b/c/src/lib/libbsp/powerpc/ep1a/console/ns16550cfg.c
@@ -1,4 +1,4 @@
-/*
+/*
* This include file contains all console driver definations for the nc16550
*
* COPYRIGHT (c) 1989-2008.
@@ -14,7 +14,7 @@
#include <rtems.h>
#include <bsp.h>
#include "console.h"
-
+
typedef struct uart_reg
{
unsigned char reg;
@@ -41,7 +41,7 @@ void Write_ns16550_register(
{
volatile struct uart_reg *p = (volatile struct uart_reg *)ulCtrlPort;
volatile int i;
- p[ucRegNum].reg = ucData;
+ p[ucRegNum].reg = ucData;
asm volatile("sync");
asm volatile("isync");
asm volatile("eieio");