We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 941e118 commit e1023d3Copy full SHA for e1023d3
bsp/phytium/board/secondary_cpu.c
@@ -59,7 +59,7 @@ extern int rt_hw_timer_init(void);
59
void rt_hw_secondary_cpu_up(void)
60
{
61
rt_uint32_t i;
62
- rt_uint32_t cpu_mask = 0;
+ int cpu_mask = 0;
63
int cpu_id;
64
cpu_id = rt_hw_cpu_id();
65
rt_kprintf("rt_hw_secondary_cpu_up is processing \r\n");
0 commit comments