summaryrefslogtreecommitdiff
path: root/firmware/target/arm/system-pp502x.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/system-pp502x.c')
-rw-r--r--firmware/target/arm/system-pp502x.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/target/arm/system-pp502x.c b/firmware/target/arm/system-pp502x.c
index 4735cd8d83..967144ad0b 100644
--- a/firmware/target/arm/system-pp502x.c
+++ b/firmware/target/arm/system-pp502x.c
@@ -23,7 +23,9 @@
23#include "i2s.h" 23#include "i2s.h"
24#include "i2c-pp.h" 24#include "i2c-pp.h"
25#include "as3514.h" 25#include "as3514.h"
26#include "ata-sd-target.h" 26#ifdef HAVE_HOTSWAP
27#include "sd-pp-target.h"
28#endif
27#include "button-target.h" 29#include "button-target.h"
28#include "usb-target.h" 30#include "usb-target.h"
29#include "usb_drv.h" 31#include "usb_drv.h"