summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/samsungypr/ypr0/button-ypr0.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/samsungypr/ypr0/button-ypr0.c')
-rw-r--r--firmware/target/hosted/samsungypr/ypr0/button-ypr0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/samsungypr/ypr0/button-ypr0.c b/firmware/target/hosted/samsungypr/ypr0/button-ypr0.c
index e3ad309187..08aacd18c6 100644
--- a/firmware/target/hosted/samsungypr/ypr0/button-ypr0.c
+++ b/firmware/target/hosted/samsungypr/ypr0/button-ypr0.c
@@ -24,7 +24,7 @@
24#include "kernel.h" 24#include "kernel.h"
25#include "system.h" 25#include "system.h"
26#include "button-target.h" 26#include "button-target.h"
27#include <gpio-target.h> /* For headphones sense and buttons */ 27#include "gpio-ypr.h" /* For headphones sense and buttons */
28 28
29int button_read_device(void) 29int button_read_device(void)
30{ 30{