mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-27 13:40:08 +00:00
[bsp][gd32] fix gd32vw553h-eval board Kconfig syntax error
This commit is contained in:
@@ -205,6 +205,7 @@ menu "On-chip Peripheral Drivers"
|
||||
bool "Enable SPI0 RX DMA"
|
||||
depends on BSP_USING_SPI0
|
||||
select BSP_SPI0_TX_USING_DMA
|
||||
endif
|
||||
|
||||
menuconfig BSP_USING_HWTIMER
|
||||
bool "Enable timer"
|
||||
@@ -228,7 +229,6 @@ menu "On-chip Peripheral Drivers"
|
||||
default n
|
||||
config BSP_USING_HWTIMER16
|
||||
bool "Enable TIM16"
|
||||
|
||||
default n
|
||||
endif
|
||||
|
||||
@@ -261,10 +261,6 @@ menu "Board extended module Drivers"
|
||||
|
||||
endif
|
||||
|
||||
|
||||
endmenu
|
||||
|
||||
|
||||
endmenu
|
||||
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user