Skip to content

Commit e1023d3

Browse files
committed
checkcpp
1 parent 941e118 commit e1023d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/phytium/board/secondary_cpu.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ extern int rt_hw_timer_init(void);
5959
void rt_hw_secondary_cpu_up(void)
6060
{
6161
rt_uint32_t i;
62-
rt_uint32_t cpu_mask = 0;
62+
int cpu_mask = 0;
6363
int cpu_id;
6464
cpu_id = rt_hw_cpu_id();
6565
rt_kprintf("rt_hw_secondary_cpu_up is processing \r\n");

0 commit comments

Comments
 (0)