py: Remove static from definition of pfenv_printf.

It's used by stmhal, but not unix.
native-del-fast
Damien George 2014-12-10 22:11:01 +00:00
parent 969a6b37bf
commit 7eb2317fa2
1 changed files with 1 additions and 1 deletions

View File

@ -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 (;;) {
{