We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2f242 commit 06d511dCopy full SHA for 06d511d
1 file changed
iot/wifi-host-driver/Kconfig
@@ -255,7 +255,7 @@ menuconfig PKG_USING_WIFI_HOST_DRIVER
255
endchoice
256
257
config CYBSP_OOB_INTR_PRIORITY
258
- int "Set the interrput priority for HOST_WAKE_IRQ pin"
+ int "Set the interrupt priority for HOST_WAKE_IRQ pin"
259
default 2
260
endif # CYBSP_USING_OOB_INTR
261
endmenu # Pin Configuration
@@ -306,7 +306,7 @@ menuconfig PKG_USING_WIFI_HOST_DRIVER
306
default WHD_LOG_LEVEL_ERROR
307
308
config WHD_LOG_LEVEL_NONE
309
- select WHD_PRINT_DISABLE
+ select WHD_PRINT_DISABLE
310
bool "None"
311
312
config WHD_LOG_LEVEL_ERROR
0 commit comments