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:
Aidan MacDonald 2021-11-30 00:20:01 +00:00
parent a6e90d2355
commit 8eb685ffdf
4 changed files with 0 additions and 4 deletions

View file

@ -38,9 +38,7 @@
#include "usb.h"
#include "wifi.h"
#include "powermgmt.h"
#if !defined(DX50) && !defined(DX90)
#include "adc.h"
#endif
#include "i2c.h"
#ifndef DEBUG
#include "serial.h"

View file

@ -24,9 +24,7 @@
#include "kernel.h"
#include "thread.h"
#include "debug.h"
#if !defined(DX50) && !defined(DX90)
#include "adc.h"
#endif
#include "string.h"
#include "storage.h"
#include "power.h"