PowerSaving now guarded by XUD_SERIES_SUPPORT==1 rather than old XUD_ON_U_SERIES define

This commit is contained in:
Ross Owen
2014-03-27 19:44:28 +00:00
parent a9815ca850
commit 8ba8005e88

View File

@@ -1,5 +1,5 @@
#ifdef XUD_ON_U_SERIES
#if (XUD_SERIES_SUPPORT==1)
#include "archU_powerSaving.h"
#include <xs1.h>
#include <xs1_l_registers.h>