8 lines
203 B
C
8 lines
203 B
C
|
// Copyright 2023 Nick Brassel (@tzarc)
|
||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
#pragma once
|
||
|
|
||
|
#ifndef CORTEX_ENABLE_WFI_IDLE
|
||
|
# define CORTEX_ENABLE_WFI_IDLE TRUE
|
||
|
#endif // CORTEX_ENABLE_WFI_IDLE
|