Skip to content

Commit de7024f

Browse files
author
Marcus Chang
committed
Add missing include stdbool.h
1 parent 8a2d3a0 commit de7024f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/minimal-printf/mbed_printf_implementation.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#include "mbed_printf_implementation.h"
1818

19-
19+
#include <stdbool.h>
2020

2121
/***************************/
2222
/* MBED */

0 commit comments

Comments
 (0)