projects
/
arm
/
overo-bwio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove test code from bwputstr
[arm/overo-bwio.git]
/
bwio.c
diff --git
a/bwio.c
b/bwio.c
index
ada64f4
..
e9284b7
100644
(file)
--- a/
bwio.c
+++ b/
bwio.c
@@
-64,8
+64,6
@@
int bwputr(int channel, unsigned int reg) {
}
int bwputstr(int channel, char *str) {
- bwputc(COM1, '!');
-
while (*str) {
if (bwputc(channel, *str) < 0)
return -1;