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