summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/button-clip.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/button-clip.c')
-rw-r--r--firmware/target/arm/as3525/button-clip.c3
1 files changed, 3 insertions, 0 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