mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-16 06:57:57 +00:00
apps/btshell: fix cmd_l2cap_reconfig command
parse_arg_byte_stream_custom takes unsigned int as argument for result lenght.
This commit is contained in:
committed by
Szymon Janc
parent
9616b929d2
commit
5d764711e3
@@ -291,7 +291,7 @@ cmd_l2cap_reconfig(int argc, char **argv)
|
||||
uint16_t conn;
|
||||
uint16_t mtu;
|
||||
uint8_t idxs[5];
|
||||
int num;
|
||||
unsigned int num;
|
||||
int rc;
|
||||
|
||||
rc = parse_arg_init(argc - 1, argv + 1);
|
||||
|
||||
Reference in New Issue
Block a user