Skip to content

Commit 71bde5e

Browse files
Reduce capture size with uirbcorelib from 390 to 380 (#7)
1 parent acc03fc commit 71bde5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/GirsUIRB.config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
* Size of capture and receive arrays.
201201
*/
202202
#if __has_include(<UIRBcore.hpp>)
203-
#define DEFAULT_CAPTURESIZE 390U // must be even and less than 394
203+
#define DEFAULT_CAPTURESIZE 380U // must be even
204204
#else
205205
#define DEFAULT_CAPTURESIZE 400U // must be even
206206
#endif

0 commit comments

Comments
 (0)