diff options
author | isiora <none@example.com> | 2018-03-07 11:52:14 +0000 |
---|---|---|
committer | isiora <none@example.com> | 2018-03-07 11:52:14 +0000 |
commit | f1bdf3ca5510a7e2bdb4ccd96bc0764395947694 (patch) | |
tree | f4f23ee6d6a9cc526ecb9268393c7ae21099bd90 /os/common/startup/ARM/devices | |
parent | ec20e23fd424b19f75b925b64b1bd9a3447e0b0f (diff) | |
download | ChibiOS-f1bdf3ca5510a7e2bdb4ccd96bc0764395947694.tar.gz ChibiOS-f1bdf3ca5510a7e2bdb4ccd96bc0764395947694.tar.bz2 ChibiOS-f1bdf3ca5510a7e2bdb4ccd96bc0764395947694.zip |
Default ARM_ENABLE_WFI_IDLE to FALSE.
git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11614 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/common/startup/ARM/devices')
-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 */
/** @} */
|