rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
chconf.h
Go to the documentation of this file.
1/**
2 * @brief Sleep at idle.
3 * @details This option enables call to __WFI() from idle thread to save power.
4 */
5#define CORTEX_ENABLE_WFI_IDLE FALSE
6
7/* Use common ST32 ChibiOS config */
8#include "chconf_stm32.h"