py: Remove static from definition of pfenv_printf.
It's used by stmhal, but not unix.
This commit is contained in:
parent
969a6b37bf
commit
7eb2317fa2
@ -40,7 +40,7 @@
|
||||
#include "formatfloat.h"
|
||||
#endif
|
||||
|
||||
STATIC int pfenv_vprintf(const pfenv_t *pfenv, const char *fmt, va_list args) {
|
||||
int pfenv_vprintf(const pfenv_t *pfenv, const char *fmt, va_list args) {
|
||||
int chrs = 0;
|
||||
for (;;) {
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user