提交 a5b629a3 编写于 作者: F Francois Retief

sparc: Fix whitespace in cpu/leon2/cpu_init.c

Signed-off-by: NFrancois Retief <fgretief@spaceteq.co.za>
上级 c2b37a0d
......@@ -50,17 +50,17 @@ void cpu_init_f(void)
/* cache */
/* I/O port setup */
/* I/O port setup */
#ifdef LEON2_IO_PORT_DIR
leon2->PIO_Direction = LEON2_IO_PORT_DIR;
leon2->PIO_Direction = LEON2_IO_PORT_DIR;
#endif
#ifdef LEON2_IO_PORT_DATA
leon2->PIO_Data = LEON2_IO_PORT_DATA;
leon2->PIO_Data = LEON2_IO_PORT_DATA;
#endif
#ifdef LEON2_IO_PORT_INT
leon2->PIO_Interrupt = LEON2_IO_PORT_INT;
leon2->PIO_Interrupt = LEON2_IO_PORT_INT;
#else
leon2->PIO_Interrupt = 0;
leon2->PIO_Interrupt = 0;
#endif
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册