- uart_baud rate is now written as DWORD

Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/


git-svn-id: http://moon:8086/svn/vhdl/trunk@440 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2009-04-15 14:00:29 +00:00
parent 842553943a
commit f3ee78329b
@@ -12,7 +12,7 @@ _init:
# set uart
la $26, sys_uart_baud
addiu $27, $0, baudrate
sb $27, 0($26)
sw $27, 0($26)
jr $ra