summaryrefslogtreecommitdiff
path: root/stm/lcd.c
diff options
context:
space:
mode:
authorDamien <damien.p.george@gmail.com>2013-10-23 20:39:20 +0100
committerDamien <damien.p.george@gmail.com>2013-10-23 20:39:20 +0100
commit0f6545139b84f3a6ad1dab04652b7646aacc44e7 (patch)
treead06b3b2984351a5aeeb12188594232b67025f15 /stm/lcd.c
parent8b3a7c2237d74b84eb7ff9fe4b6cd5888545f2af (diff)
Implement simple servo control using PWM.
Diffstat (limited to 'stm/lcd.c')
-rw-r--r--stm/lcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/lcd.c b/stm/lcd.c
index ecc657580..0f645eb93 100644
--- a/stm/lcd.c
+++ b/stm/lcd.c
@@ -88,7 +88,7 @@ int lcd_line;
int lcd_column;
int lcd_next_line;
-void lcd_init() {
+void lcd_init(void) {
// set the outputs high
PYB_LCD_PORT->BSRRL = PYB_LCD_CS1_PIN;
PYB_LCD_PORT->BSRRL = PYB_LCD_RST_PIN;