[fix][util] fix printf, use alias bflb_printf to reduce size

This commit is contained in:
jzlv 2022-11-23 10:55:06 +08:00
parent d906c9e306
commit eef2ce183c
3 changed files with 4 additions and 16 deletions

View file

@ -10,7 +10,7 @@ extern struct bflb_device_s *console;
/* Reentrant versions of system calls. */
/* global errno in RT-Thread */
/* global errno */
static volatile int _sys_errno = 0;
#ifndef _REENT_ONLY