mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 06:18:40 +08:00
Kconfig: add missing DEBUG_MOTOR option
This commit is contained in:
parent
b1f637a6ea
commit
dd86fe5ca5
1 changed files with 7 additions and 0 deletions
7
Kconfig
7
Kconfig
|
@ -1710,6 +1710,13 @@ config DEBUG_WATCHDOG_INFO
|
|||
|
||||
endif # DEBUG_WATCHDOG
|
||||
|
||||
config DEBUG_MOTOR
|
||||
bool "Motor Debug Features"
|
||||
default n
|
||||
depends on MOTOR
|
||||
---help---
|
||||
Enable motor debug features.
|
||||
|
||||
if DEBUG_MOTOR
|
||||
|
||||
config DEBUG_MOTOR_ERROR
|
||||
|
|
Loading…
Reference in a new issue