Skip to content

Commit ec0967f

Browse files
committed
include stdarg
1 parent 38e4262 commit ec0967f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/nRF5/Print.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
#include <inttypes.h>
2323
#include <stdio.h> // for size_t
24+
#include <stdarg.h>
2425

2526
#include "WString.h"
2627
#include "Printable.h"

0 commit comments

Comments
 (0)