mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-22 20:59:03 +00:00
[fix][util] fix printf, use alias bflb_printf to reduce size
This commit is contained in:
parent
d906c9e306
commit
eef2ce183c
3 changed files with 4 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue