!19 对内核中menuconfig开关的宏使用#ifdef/#ifndef来做预编译判断

Merge pull request !19 from boxi/upload
This commit is contained in:
openharmony_ci
2021-07-01 07:11:16 +00:00
committed by Gitee
2 changed files with 0 additions and 2 deletions
@@ -26,7 +26,6 @@ extern "C" {
#define LOSCFG_PLATFORM_HWI_LIMIT 96
#define OS_SYS_CLOCK 50000000
#define LOSCFG_BASE_CORE_TICK_HW_TIME YES
#ifdef __cplusplus
#if __cplusplus
-1
View File
@@ -97,7 +97,6 @@ extern "C" {
#define HRTIMER_TIMER_REG_BASE TIMER3_REG_BASE /* timer for hrtimer */
#define HRTIMER_TIMER_ENABLE TIMER3_ENABLE
#define LOSCFG_BASE_CORE_TICK_HW_TIME NO
#define NUM_HAL_INTERRUPT_TIMER NUM_HAL_INTERRUPT_TIMER0
#define NUM_HAL_INTERRUPT_HRTIMER NUM_HAL_INTERRUPT_TIMER3