From 06267fa9c4030485662f9b58a302582038cc06a2 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Wed, 4 Dec 2013 18:06:14 +0000 Subject: [PATCH] customdefine.h now included in warnings.xc so warnings actually function properly --- module_usb_audio/warnings.xc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/module_usb_audio/warnings.xc b/module_usb_audio/warnings.xc index 6617ab42..cbc32c98 100644 --- a/module_usb_audio/warnings.xc +++ b/module_usb_audio/warnings.xc @@ -1,6 +1,8 @@ /* Warnings relating to defines have been moved to this XC file to avoid multiple warnings being issued from the devicedefines.h header file */ +#include "customdefines.h" + #ifndef DEFAULT_FREQ #warning DEFAULT_FREQ not defined. Using MIN_FREQ #endif @@ -55,3 +57,4 @@ #warning AUDIO_CLASS_FALLBACK not defined, using 0 #endif +