Make sure that UAVCAN Node ID is in a valid range

This commit is contained in:
Gregory Nutt 2015-10-01 10:16:31 -06:00
parent e32e6064e0
commit e97a766e90

View File

@ -20,7 +20,8 @@ config EXAMPLES_UAVCAN_NODE_MEM_POOL_SIZE
config EXAMPLES_UAVCAN_NODE_ID config EXAMPLES_UAVCAN_NODE_ID
int "Node ID" int "Node ID"
default 0 default 1
range 1 127
---help--- ---help---
Specifies the node's ID Specifies the node's ID