forked from PAWPAW-Mirror/lib_xua
customdefine.h now included in warnings.xc so warnings actually function properly
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user