mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
py: Remove static from definition of pfenv_printf.
It's used by stmhal, but not unix.
This commit is contained in:
@@ -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 (;;) {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user