Skip to content

Commit a4b4f1b

Browse files
committed
Fixes compiling of bluetrum/ab32vg1-ab-prougen
By implement stub my_printf and remove cconfig.h
1 parent c57debf commit a4b4f1b

File tree

2 files changed

+4
-22
lines changed

2 files changed

+4
-22
lines changed

bsp/bluetrum/ab32vg1-ab-prougen/cconfig.h

Lines changed: 0 additions & 21 deletions
This file was deleted.

bsp/bluetrum/libraries/hal_libraries/bmsis/source/system_ab32vgx.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ const uint8_t sysclk_index[] = {
4747
};
4848

4949
sys_t sys = {0};
50-
void my_printf(const char *format, ...);
50+
51+
void my_printf(const char *format, ...)
52+
{
53+
}
5154

5255
static void delay_us(uint16_t nus)
5356
{

0 commit comments

Comments
 (0)