diff options
author | wdenk <wdenk> | 2004-12-16 21:44:03 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-12-16 21:44:03 +0000 |
commit | efe2a4d5cf96dd37bc4782ba1880cee4ed1117c5 (patch) | |
tree | 9b8636853fefbfcd38e804ddccac013bd216d50e /board/esd/hub405 | |
parent | bea8e84b52ac3c499b5868978a29c20cf92cf88f (diff) |
Code cleanup.
Diffstat (limited to 'board/esd/hub405')
-rw-r--r-- | board/esd/hub405/hub405.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/hub405/hub405.c b/board/esd/hub405/hub405.c index d586ff9fbb9..4bc3246a1bd 100644 --- a/board/esd/hub405/hub405.c +++ b/board/esd/hub405/hub405.c @@ -86,7 +86,7 @@ int misc_init_r (void) *duart2_mcr = 0x08; *duart3_mcr = 0x08; - /* + /* * Set RS232/RS422 control (RS232 = high on GPIO) */ val = in32(GPIO0_OR); |