Skip to content

Commit 7eb2317

Browse files
committed
py: Remove static from definition of pfenv_printf.
It's used by stmhal, but not unix.
1 parent 969a6b3 commit 7eb2317

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/pfenv_printf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#include "formatfloat.h"
4141
#endif
4242

43-
STATIC int pfenv_vprintf(const pfenv_t *pfenv, const char *fmt, va_list args) {
43+
int pfenv_vprintf(const pfenv_t *pfenv, const char *fmt, va_list args) {
4444
int chrs = 0;
4545
for (;;) {
4646
{

0 commit comments

Comments
 (0)