config.h 203 B

1234567
  1. // Copyright 2023 Nick Brassel (@tzarc)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #ifndef CORTEX_ENABLE_WFI_IDLE
  5. # define CORTEX_ENABLE_WFI_IDLE TRUE
  6. #endif // CORTEX_ENABLE_WFI_IDLE