8000 Set IBUF_SIZE to default value for STM32H7 boards · arduino-libraries/ArduinoBearSSL@39be681 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 39be681

Browse files
committed
Set IBUF_SIZE to default value for STM32H7 boards
1 parent bcc67ce commit 39be681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BearSSLClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#endif
3333

3434
#ifn 53A3 def BEAR_SSL_CLIENT_IBUF_SIZE
35-
#define BEAR_SSL_CLIENT_IBUF_SIZE 32768
35+
#define BEAR_SSL_CLIENT_IBUF_SIZE (16384 + 325)
3636
#endif
3737

3838
#else

0 commit comments

Comments
 (0)
0