Skip to content

Commit 0c2502b

Browse files
committed
Fix: 'memset' requires including of 'string.h'
1 parent 4749b49 commit 0c2502b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/RingBuffer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#define _RING_BUFFER_
2323

2424
#include <stdint.h>
25+
#include <string.h>
2526

2627
namespace arduino {
2728

0 commit comments

Comments
 (0)