mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
bbfdm: increase IPC max len to 20M
This commit is contained in:
parent
64fcaaadc7
commit
5fd540d5ba
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ endif
|
||||||
|
|
||||||
CMAKE_OPTIONS += \
|
CMAKE_OPTIONS += \
|
||||||
-DBBF_VENDOR_PREFIX:String="$(CONFIG_BBF_VENDOR_PREFIX)" \
|
-DBBF_VENDOR_PREFIX:String="$(CONFIG_BBF_VENDOR_PREFIX)" \
|
||||||
-DBBFDMD_MAX_MSG_LEN:Integer=10485760 \
|
-DBBFDMD_MAX_MSG_LEN:Integer=20971520 \
|
||||||
-DCMAKE_BUILD_TYPE:String="Debug" \
|
-DCMAKE_BUILD_TYPE:String="Debug" \
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue