forked from PAWPAW-Mirror/lib_xua
Fix PLL mask to reset tile
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
#if (XUD_SERIES_SUPPORT == 4)
|
#if (XUD_SERIES_SUPPORT == 4)
|
||||||
#include "xs2_su_registers.h"
|
#include "xs2_su_registers.h"
|
||||||
#define XS2_SU_PERIPH_USB_ID 0x1
|
#define XS2_SU_PERIPH_USB_ID 0x1
|
||||||
#define PLL_MASK 0x7FFFFFFF
|
#define PLL_MASK 0x3FFFFFFF
|
||||||
#else
|
#else
|
||||||
#define PLL_MASK 0xFFFFFFFF
|
#define PLL_MASK 0xFFFFFFFF
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user