summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sh/sh7045/include/io_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/sh/sh7045/include/io_types.h')
-rw-r--r--c/src/lib/libcpu/sh/sh7045/include/io_types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libcpu/sh/sh7045/include/io_types.h b/c/src/lib/libcpu/sh/sh7045/include/io_types.h
index 25cfcd7473..3a873e0d6b 100644
--- a/c/src/lib/libcpu/sh/sh7045/include/io_types.h
+++ b/c/src/lib/libcpu/sh/sh7045/include/io_types.h
@@ -30,10 +30,10 @@
*
*
************************************************************************/
-
+
#ifndef _sh_io_types_h
#define _sh_io_types_h
-
+
#include <rtems/score/iosh7045.h>
#include <termios.h>
@@ -46,7 +46,7 @@ typedef struct {
portNo line;
int speed_ix;
dataBits dBits;
- int parEn;
+ int parEn;
parity par;
int mulPro;
stopBits sBits;