Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46141
b: refs/heads/master
c: d390008
h: refs/heads/master
i:
  46139: 2acf2e8
v: v3
  • Loading branch information
Ralf Baechle committed Feb 6, 2007
1 parent ae3cf9d commit d45aa95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c55197eb549dc09a52b6d91e6f26709a6d6815e5
refs/heads/master: d390008ebf42bdfda106e9de2b2d0abcc9858e26
2 changes: 1 addition & 1 deletion trunk/arch/mips/pmc-sierra/yosemite/dbg_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
* Functions to READ and WRITE to serial port 1
*/
#define SERIAL_READ_1(ofs) (*((volatile unsigned char*) \
(TITAN_SERIAL_BASE_1 + ofs)
(TITAN_SERIAL_BASE_1 + ofs)))

#define SERIAL_WRITE_1(ofs, val) ((*((volatile unsigned char*) \
(TITAN_SERIAL_BASE_1 + ofs))) = val)
Expand Down

0 comments on commit d45aa95

Please sign in to comment.