summaryrefslogtreecommitdiff
path: root/firmware/target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c')
-rw-r--r--firmware/target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c b/firmware/target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c
index 3ace8e791d..258b2052a6 100644
--- a/firmware/target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c
+++ b/firmware/target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c
@@ -19,6 +19,8 @@
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#include "lcd.h"
23
22/* Update the display. 24/* Update the display.
23 This must be called after all other LCD functions that change the display */ 25 This must be called after all other LCD functions that change the display */
24void lcd_update(void) 26void lcd_update(void)