diff options
| author | Nick Brassel | 2020-01-02 23:58:34 +0100 |
|---|---|---|
| committer | Nick Brassel | 2020-01-28 13:45:42 +0100 |
| commit | 4d06d2835c87f3eed694493fb749527032a78ec2 (patch) | |
| tree | bcdee649bdfa6fc26f749ff026681946610b6714 /keyboards/vinta/chconf.h | |
| parent | 92c62352cf869a4099eb821b9e7d56d303bbec7b (diff) | |
Move CORTEX_ENABLE_WFI_IDLE=TRUE to rules.mk files.
Diffstat (limited to 'keyboards/vinta/chconf.h')
| -rw-r--r-- | keyboards/vinta/chconf.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/vinta/chconf.h b/keyboards/vinta/chconf.h index b836a3b99c..e811705ba3 100644 --- a/keyboards/vinta/chconf.h +++ b/keyboards/vinta/chconf.h @@ -102,10 +102,6 @@ */ #define CH_CFG_NO_IDLE_THREAD FALSE -/* Use __WFI in the idle thread for waiting. Does lower the power - * consumption. */ -#define CORTEX_ENABLE_WFI_IDLE TRUE - /** @} */ /*===========================================================================*/ @@ -518,4 +514,4 @@ #endif /* CHCONF_H */ -/** @} */
\ No newline at end of file +/** @} */ |