summaryrefslogtreecommitdiff
path: root/firmware/target/arm/at91sam/lyre_proto1
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/at91sam/lyre_proto1')
-rw-r--r--firmware/target/arm/at91sam/lyre_proto1/adc-lyre_proto1.c2
-rw-r--r--firmware/target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/firmware/target/arm/at91sam/lyre_proto1/adc-lyre_proto1.c b/firmware/target/arm/at91sam/lyre_proto1/adc-lyre_proto1.c
index 3734d6d1b1..d3674055ab 100644
--- a/firmware/target/arm/at91sam/lyre_proto1/adc-lyre_proto1.c
+++ b/firmware/target/arm/at91sam/lyre_proto1/adc-lyre_proto1.c
@@ -19,6 +19,8 @@
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#include "adc.h"
23
22void adc_init(void) 24void adc_init(void)
23{ 25{
24} 26}
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)