summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/main.c2
-rw-r--r--firmware/powermgmt.c2
-rw-r--r--firmware/target/hosted/ibasso/dx50/adc-target.h0
-rw-r--r--firmware/target/hosted/ibasso/dx90/adc-target.h0
4 files changed, 0 insertions, 4 deletions
diff --git a/apps/main.c b/apps/main.c
index 3b7ec6d4c1..a88cd73ef7 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -38,9 +38,7 @@
38#include "usb.h" 38#include "usb.h"
39#include "wifi.h" 39#include "wifi.h"
40#include "powermgmt.h" 40#include "powermgmt.h"
41#if !defined(DX50) && !defined(DX90)
42#include "adc.h" 41#include "adc.h"
43#endif
44#include "i2c.h" 42#include "i2c.h"
45#ifndef DEBUG 43#ifndef DEBUG
46#include "serial.h" 44#include "serial.h"
diff --git a/firmware/powermgmt.c b/firmware/powermgmt.c
index 8bfd41939f..8c807e5382 100644
--- a/firmware/powermgmt.c
+++ b/firmware/powermgmt.c
@@ -24,9 +24,7 @@
24#include "kernel.h" 24#include "kernel.h"
25#include "thread.h" 25#include "thread.h"
26#include "debug.h" 26#include "debug.h"
27#if !defined(DX50) && !defined(DX90)
28#include "adc.h" 27#include "adc.h"
29#endif
30#include "string.h" 28#include "string.h"
31#include "storage.h" 29#include "storage.h"
32#include "power.h" 30#include "power.h"
diff --git a/firmware/target/hosted/ibasso/dx50/adc-target.h b/firmware/target/hosted/ibasso/dx50/adc-target.h
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/firmware/target/hosted/ibasso/dx50/adc-target.h
diff --git a/firmware/target/hosted/ibasso/dx90/adc-target.h b/firmware/target/hosted/ibasso/dx90/adc-target.h
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/firmware/target/hosted/ibasso/dx90/adc-target.h