mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-27 20:10:23 +08:00
10 lines
207 B
Plaintext
10 lines
207 B
Plaintext
|
menu "Hardware Timer Configuration"
|
||
|
config ENABLE_TIMER_TACHO
|
||
|
bool
|
||
|
prompt "Use Timer Tacho"
|
||
|
depends on TARGET_E2000S || TARGET_E2000D || TARGET_E2000Q
|
||
|
|
||
|
default n
|
||
|
endmenu
|
||
|
|