Skip to content

Commit

Permalink
lcdslave: rename C-file
Browse files Browse the repository at this point in the history
  • Loading branch information
esmil committed Sep 25, 2012
1 parent 35f21b7 commit f7faa69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/lcdslave/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NAME = slave
NAME = lcdslave
BASE = ../..

SOURCES = $(BASE)/lib/oneslave.S slave.c
SOURCES = $(BASE)/lib/oneslave.S lcdslave.c

include $(BASE)/Makefile
1 change: 1 addition & 0 deletions examples/lcdslave/slave.c → examples/lcdslave/lcdslave.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ main(void)

case 's':
lcd_sync();
lcd_command(0x28); /* 2 lines, 5x8 dot font */
break;

case 'x':
Expand Down

0 comments on commit f7faa69

Please sign in to comment.