Remove a couple of #ifdefs
Give iBasso DX50/DX90 empty adc-target.h headers like all the other hosted targets to avoid special cases. Change-Id: Iaae15642fdec4ff18bc9ac01245753135128f676
This commit is contained in:
parent
a6e90d2355
commit
8eb685ffdf
4 changed files with 0 additions and 4 deletions
|
@ -38,9 +38,7 @@
|
||||||
#include "usb.h"
|
#include "usb.h"
|
||||||
#include "wifi.h"
|
#include "wifi.h"
|
||||||
#include "powermgmt.h"
|
#include "powermgmt.h"
|
||||||
#if !defined(DX50) && !defined(DX90)
|
|
||||||
#include "adc.h"
|
#include "adc.h"
|
||||||
#endif
|
|
||||||
#include "i2c.h"
|
#include "i2c.h"
|
||||||
#ifndef DEBUG
|
#ifndef DEBUG
|
||||||
#include "serial.h"
|
#include "serial.h"
|
||||||
|
|
|
@ -24,9 +24,7 @@
|
||||||
#include "kernel.h"
|
#include "kernel.h"
|
||||||
#include "thread.h"
|
#include "thread.h"
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#if !defined(DX50) && !defined(DX90)
|
|
||||||
#include "adc.h"
|
#include "adc.h"
|
||||||
#endif
|
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
#include "storage.h"
|
#include "storage.h"
|
||||||
#include "power.h"
|
#include "power.h"
|
||||||
|
|
0
firmware/target/hosted/ibasso/dx50/adc-target.h
Normal file
0
firmware/target/hosted/ibasso/dx50/adc-target.h
Normal file
0
firmware/target/hosted/ibasso/dx90/adc-target.h
Normal file
0
firmware/target/hosted/ibasso/dx90/adc-target.h
Normal file
Loading…
Reference in a new issue