diff options
| author | Damien George <damien.p.george@gmail.com> | 2014-03-19 13:12:30 +0000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2014-03-19 13:12:30 +0000 |
| commit | 494600bc996ff46ae9081148590eb749ea6123af (patch) | |
| tree | b4df8d296ee1689a87d9714c4e848e4476fc6be9 /stmhal/Makefile | |
| parent | e2e9011253a61502ac31f144312257c14506a815 (diff) | |
stmhal: Add lcd.c to Makefile, and init LCD in main.
Diffstat (limited to 'stmhal/Makefile')
| -rw-r--r-- | stmhal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile index 6442f5f1f..9f3e365a1 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -83,8 +83,8 @@ SRC_C = \ file.c \ sdcard.c \ diskio.c \ + lcd.c \ -# lcd.c \ # servo.c \ # accel.c \ # timer.c \ |
