Fixed build issue due to checking of NUM_PDM_MICS

This commit is contained in:
Ross Owen
2015-11-06 11:20:50 +00:00
parent 88118514f8
commit b5c0ddaaf8

View File

@@ -1,9 +1,8 @@
#if (NUM_PDM_MICS > 0)
#include "devicedefines.h"
#if (NUM_PDM_MICS > 0)
/* This file includes an example integration of lib_array_mic into USB Audio */
#include <platform.h>