Skip to content

Commit 466f9ad

Browse files
committed
删除依赖TI的KeyStone_common.c文件
1 parent c37fcb6 commit 466f9ad

File tree

9 files changed

+345
-5460
lines changed

9 files changed

+345
-5460
lines changed

bsp/ti-tms320c6678/applications/board.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include "board.h"
1212
#include "interrupt.h"
1313
#include "drv_timer.h"
14-
#include "KeyStone_common.h"
14+
#include "common.h"
1515

1616
#include <rtthread.h>
1717

@@ -21,7 +21,7 @@
2121
void rt_hw_board_init(void)
2222
{
2323
// initial CPU core
24-
KeyStone_common_CPU_init();
24+
keystone_cpu_init();
2525

2626
// initial interrupt controller
2727
rt_hw_interrupt_init();

0 commit comments

Comments
 (0)