Skip to content

Commit 077b576

Browse files
authored
Merge pull request #268 from AlexLanzano/posix-shm-fix
Increase request and response buffers for shared memory posix example
2 parents fb3104e + 32563ee commit 077b576

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/posix/wh_posix_cfg.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
* =========================================== */
2525

2626
/* Request and Response Buffer Sizes */
27-
#define WH_POSIX_REQ_SIZE 1024
28-
#define WH_POSIX_RESP_SIZE 1024
27+
#define WH_POSIX_REQ_SIZE 2048
28+
#define WH_POSIX_RESP_SIZE 2048
2929
#define WH_POSIX_DMA_SIZE 8000
3030

3131
/* Data Buffer Sizes */

0 commit comments

Comments
 (0)