summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/debug-as3525.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/debug-as3525.c')
-rw-r--r--firmware/target/arm/as3525/debug-as3525.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/debug-as3525.c b/firmware/target/arm/as3525/debug-as3525.c
index da303df0f3..783f3f68a4 100644
--- a/firmware/target/arm/as3525/debug-as3525.c
+++ b/firmware/target/arm/as3525/debug-as3525.c
@@ -20,7 +20,6 @@
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#include <stdbool.h> 22#include <stdbool.h>
23#include <debug-target.h>
24#include "button.h" 23#include "button.h"
25#include "lcd.h" 24#include "lcd.h"
26#include "font.h" 25#include "font.h"
@@ -31,6 +30,8 @@
31#include "adc.h" 30#include "adc.h"
32#include "storage.h" 31#include "storage.h"
33 32
33#define DEBUG_CANCEL BUTTON_LEFT
34
34#define ON "Enabled" 35#define ON "Enabled"
35#define OFF "Disabled" 36#define OFF "Disabled"
36 37