Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221005
b: refs/heads/master
c: bcd72c3
h: refs/heads/master
i:
  221003: 4977265
v: v3
  • Loading branch information
Daniel Walker committed Oct 29, 2010
1 parent 00cc5b4 commit 56b6b4f
Show file tree
Hide file tree
Showing 2 changed files with 13 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: 6f9419619ef6de9d7781c1a312cf6099e5b44789
refs/heads/master: bcd72c3e0aff4b68d648d37ece423f2ccaf95337
13 changes: 12 additions & 1 deletion trunk/arch/arm/mach-msm/include/mach/debug-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,18 @@
tst \rd, #0x04
beq 1001b
.endm
#else
.macro addruart, rp, rv
mov \rv, #0xff000000
orr \rv, \rv, #0x00f00000
.endm

.macro busyuart,rd,rx
.macro senduart,rd,rx
.endm

.macro waituart,rd,rx
.endm
#endif

.macro busyuart,rd,rx
.endm

0 comments on commit 56b6b4f

Please sign in to comment.