Skip to content

Commit 6d26b9e

Browse files
committed
fw/soc/sf32lb52x/freertos: add missing stdio.h include
Signed-off-by: Joshua Jun <[email protected]>
1 parent a48e34d commit 6d26b9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fw/soc/sf32lb/sf32lb52x/freertos.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/* SPDX-License-Identifier: Apache-2.0 */
33

44
#include <inttypes.h>
5+
#include <stdio.h>
56

67
#include "console/prompt.h"
78
#include "drivers/flash.h"

0 commit comments

Comments
 (0)