diff options
-rwxr-xr-x | os/common/startup/ARM/devices/SAMA5D2/armparams.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/startup/ARM/devices/SAMA5D2/armparams.h b/os/common/startup/ARM/devices/SAMA5D2/armparams.h index cbb106570..d63c3c057 100755 --- a/os/common/startup/ARM/devices/SAMA5D2/armparams.h +++ b/os/common/startup/ARM/devices/SAMA5D2/armparams.h @@ -88,7 +88,7 @@ #endif
-#define ARM_ENABLE_WFI_IDLE TRUE
+#define ARM_ENABLE_WFI_IDLE FALSE
#endif /* ARMPARAMS_H */
/** @} */
|