diff options
Diffstat (limited to 'os/common')
-rwxr-xr-x | os/common/startup/ARM/devices/SAMA5D2/armparams.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os/common/startup/ARM/devices/SAMA5D2/armparams.h b/os/common/startup/ARM/devices/SAMA5D2/armparams.h index 15dee9777..cbb106570 100755 --- a/os/common/startup/ARM/devices/SAMA5D2/armparams.h +++ b/os/common/startup/ARM/devices/SAMA5D2/armparams.h @@ -87,6 +87,8 @@ #define ARM_IRQ_VECTOR_REG 0xFC020010
#endif
+
+#define ARM_ENABLE_WFI_IDLE TRUE
#endif /* ARMPARAMS_H */
/** @} */
|