Make sure that UAVCAN Node ID is in a valid range
This commit is contained in:
parent
e32e6064e0
commit
e97a766e90
@ -20,7 +20,8 @@ config EXAMPLES_UAVCAN_NODE_MEM_POOL_SIZE
|
||||
|
||||
config EXAMPLES_UAVCAN_NODE_ID
|
||||
int "Node ID"
|
||||
default 0
|
||||
default 1
|
||||
range 1 127
|
||||
---help---
|
||||
Specifies the node's ID
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user