1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2025-04-21 12:27:27 +03:00

when set rUBRDIV=0x11 can output correct.

This commit is contained in:
xiangfu
2008-07-30 13:33:24 -04:00
parent f410b994a9
commit 67335c833f
3 changed files with 5 additions and 11 deletions

View File

@@ -40,9 +40,9 @@ unsigned char buf[2*1024];
int start_kboot(void)
{
port_init();
serial_init(0x7,UART0);
serial_init(0x11,UART2);
while(1){
serial_putc (UART0,'0');
serial_putc (UART2,'2');
blue_on(1);
}