Skip to content

Commit 4c78ce8

Browse files
committed
Add cstdio include to flashcode
Include `<cstdio>` in the GD32 flashcode implementation so standard C stdio declarations are available where needed.
1 parent b9cea5f commit 4c78ce8

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

lib-flashcode/src/gd32/flashcode.cpp

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

2626
#include <cstdint>
2727
#include <cassert>
28+
#include <cstdio>
2829
#include <span>
2930

3031
#include "flashcode.h"
36.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)