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
This commit is contained in:
isiora 2018-03-07 11:52:14 +00:00
parent ec20e23fd4
commit f1bdf3ca55
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
#endif
#define ARM_ENABLE_WFI_IDLE TRUE
#define ARM_ENABLE_WFI_IDLE FALSE
#endif /* ARMPARAMS_H */
/** @} */