mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-27 01:10:20 +08:00
[BSP] fix compiling issue with libc
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
* 2019-07-23 tyustli first version
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stddef.h>
|
||||
#include <rtthread.h>
|
||||
#include <rtdevice.h>
|
||||
#include "board.h"
|
||||
|
||||
@@ -8,7 +8,6 @@ cwd = GetCurrentDir()
|
||||
|
||||
src = Glob('GD32VF103_standard_peripheral/Source/*.c')
|
||||
src += Glob('n22/env_Eclipse/*.c')
|
||||
src += Glob('n22/stubs/*.c')
|
||||
src += ['GD32VF103_standard_peripheral/system_gd32vf103.c',
|
||||
'n22/drivers/n22_func.c',
|
||||
'n22/env_Eclipse/start.S',
|
||||
|
||||
Reference in New Issue
Block a user