kconfig: replace known integer constants with variables
Make the intent of the value clear and avoid invalid ranges with typos. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
parent
dfdebc9cef
commit
ad63ca284e
97 changed files with 215 additions and 215 deletions
|
@ -13,10 +13,10 @@ config BT_BUF_ACL_TX_COUNT
|
|||
default 14
|
||||
|
||||
config BT_BUF_CMD_TX_SIZE
|
||||
default 255
|
||||
default $(UINT8_MAX)
|
||||
|
||||
config BT_BUF_EVT_RX_SIZE
|
||||
default 255
|
||||
default $(UINT8_MAX)
|
||||
|
||||
config BT_BUF_ACL_TX_SIZE
|
||||
default 251
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue