summaryrefslogtreecommitdiff
path: root/firmware/target/arm/pp/debug-pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/pp/debug-pp.c')
-rw-r--r--firmware/target/arm/pp/debug-pp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/arm/pp/debug-pp.c b/firmware/target/arm/pp/debug-pp.c
index 2f57e1ef14..9e0dcad5f9 100644
--- a/firmware/target/arm/pp/debug-pp.c
+++ b/firmware/target/arm/pp/debug-pp.c
@@ -19,9 +19,10 @@
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#include <stdbool.h>
22#include "config.h" 23#include "config.h"
23#include "system.h" 24#include "system.h"
24#include <stdbool.h> 25#include "kernel.h"
25#include "font.h" 26#include "font.h"
26#include "lcd.h" 27#include "lcd.h"
27#include "button.h" 28#include "button.h"