mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-20 11:49:28 +00:00
[update][util] update vlibc
This commit is contained in:
parent
eef2ce183c
commit
21529d6a79
5 changed files with 74 additions and 86 deletions
|
@ -3,10 +3,7 @@
|
|||
|
||||
struct bflb_device_s *console = NULL;
|
||||
|
||||
int puts(const char *fmt) __attribute__((alias("bflb_printf")));
|
||||
int printf(const char *fmt, ...) __attribute__((alias("bflb_printf")));
|
||||
|
||||
int bflb_printf(const char *fmt, ...)
|
||||
int printf(const char *fmt, ...)
|
||||
{
|
||||
char print_buf[128];
|
||||
uint32_t len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue