Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14327
b: refs/heads/master
c: d93efab
h: refs/heads/master
i:
  14325: f0f6481
  14323: e2beeb6
  14319: e4bdebb
v: v3
  • Loading branch information
Ralf Baechle committed Nov 17, 2005
1 parent 0e038cd commit 771b6bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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: 16212017a54afdb702ecc796aaa0448b795de03b
refs/heads/master: d93efab838ee399b45379bd97b2812ecee84471b
10 changes: 7 additions & 3 deletions trunk/arch/mips/ddb5xxx/ddb5477/lcd44780.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void lcd44780_data(unsigned char c)

void lcd44780_puts(const char* s)
{
int i,j;
int j;
int pos = 0;

lcd44780_command(LCD44780_CLEAR);
Expand All @@ -76,8 +76,12 @@ void lcd44780_puts(const char* s)
}
}
#ifdef LCD44780_PUTS_PAUSE
for(i = 1; i < 2000; i++)
lcd44780_wait();
{
int i;

for(i = 1; i < 2000; i++)
lcd44780_wait();
}
#endif
}

Expand Down

0 comments on commit 771b6bb

Please sign in to comment.