mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:06:09 +08:00
net/Kconfig: Remove to improper use of comma in syntax
This commit is contained in:
+2
-2
@@ -227,7 +227,7 @@ if ENC28J60
|
|||||||
config ENC28J60_NINTERFACES
|
config ENC28J60_NINTERFACES
|
||||||
int "Number of physical ENC28J60"
|
int "Number of physical ENC28J60"
|
||||||
default 1
|
default 1
|
||||||
range 1,1
|
range 1 1
|
||||||
---help---
|
---help---
|
||||||
Specifies the number of physical ENC28J60
|
Specifies the number of physical ENC28J60
|
||||||
devices that will be supported.
|
devices that will be supported.
|
||||||
@@ -306,7 +306,7 @@ if ENCX24J600
|
|||||||
config ENC28J60_NINTERFACES
|
config ENC28J60_NINTERFACES
|
||||||
int "Number of physical ENCX24J600"
|
int "Number of physical ENCX24J600"
|
||||||
default 1
|
default 1
|
||||||
range 1,1
|
range 1 1
|
||||||
---help---
|
---help---
|
||||||
Specifies the number of physical ENCX24J600
|
Specifies the number of physical ENCX24J600
|
||||||
devices that will be supported.
|
devices that will be supported.
|
||||||
|
|||||||
Reference in New Issue
Block a user