summaryrefslogtreecommitdiff
path: root/firmware/target/arm/at91sam
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/at91sam')
-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 @@
*
****************************************************************************/
+#include "adc.h"
+
void adc_init(void)
{
}
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 @@
*
****************************************************************************/
+#include "lcd.h"
+
/* Update the display.
This must be called after all other LCD functions that change the display */
void lcd_update(void)