customdefine.h now included in warnings.xc so warnings actually function properly

This commit is contained in:
Ross Owen
2013-12-04 18:06:14 +00:00
parent f4620cd463
commit 06267fa9c4

View File

@@ -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