forked from PAWPAW-Mirror/lib_xua
PowerSaving now guarded by XUD_SERIES_SUPPORT==1 rather than old XUD_ON_U_SERIES define
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
#ifdef XUD_ON_U_SERIES
|
#if (XUD_SERIES_SUPPORT==1)
|
||||||
#include "archU_powerSaving.h"
|
#include "archU_powerSaving.h"
|
||||||
#include <xs1.h>
|
#include <xs1.h>
|
||||||
#include <xs1_l_registers.h>
|
#include <xs1_l_registers.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user