mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-30 05:10:26 +08:00
fix recursive macro dependency
This commit is contained in:
parent
dd5178efdf
commit
7c94a2c3f6
@ -27,10 +27,10 @@ menu "Hardware Drivers Config"
|
|||||||
|
|
||||||
menuconfig BSP_USING_SYSTIMER
|
menuconfig BSP_USING_SYSTIMER
|
||||||
bool "Enable SYSTIMER"
|
bool "Enable SYSTIMER"
|
||||||
select BSP_USING_SYSTIMER
|
select RT_USING_SYSTIMER
|
||||||
default n
|
default n
|
||||||
|
|
||||||
if BSP_USING_SYSTIMER
|
if RT_USING_SYSTIMER
|
||||||
config RT_USING_SYSTIMER1
|
config RT_USING_SYSTIMER1
|
||||||
bool "Enable sys timer1"
|
bool "Enable sys timer1"
|
||||||
default n
|
default n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user