summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525')
-rw-r--r--firmware/target/arm/as3525/button-clip.c3
-rw-r--r--firmware/target/arm/as3525/button-e200v2-fuze.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/button-clip.c b/firmware/target/arm/as3525/button-clip.c
index 2bd472c049..35b5e8af5e 100644
--- a/firmware/target/arm/as3525/button-clip.c
+++ b/firmware/target/arm/as3525/button-clip.c
@@ -20,7 +20,10 @@
20 * KIND, either express or implied. 20 * KIND, either express or implied.
21 * 21 *
22 ****************************************************************************/ 22 ****************************************************************************/
23
24#include "config.h"
23#include "system.h" 25#include "system.h"
26#include "kernel.h"
24#include "button.h" 27#include "button.h"
25#include "as3525v2.h" 28#include "as3525v2.h"
26#ifndef BOOTLOADER 29#ifndef BOOTLOADER
diff --git a/firmware/target/arm/as3525/button-e200v2-fuze.c b/firmware/target/arm/as3525/button-e200v2-fuze.c
index d8bb90ee98..7c29c74861 100644
--- a/firmware/target/arm/as3525/button-e200v2-fuze.c
+++ b/firmware/target/arm/as3525/button-e200v2-fuze.c
@@ -22,6 +22,7 @@
22 22
23#include "config.h" 23#include "config.h"
24#include "system.h" 24#include "system.h"
25#include "kernel.h"
25#include "button.h" 26#include "button.h"
26#include "backlight.h" 27#include "backlight.h"
27#include "dbop-as3525.h" 28#include "dbop-as3525.h"
@@ -122,4 +123,3 @@ int button_read_device(void)
122 123
123 return btn; 124 return btn;
124} 125}
125