drivers/hcs12/ports.s
author Christian Taedcke <hacking@taedcke.com>
Thu, 22 Dec 2011 16:03:39 +0100
changeset 682 dce1e0af6604
parent 0 4472ee7c6c3e
permissions -rw-r--r--
SDO transfer:
FIXED: - Wrong SDO line could get changed due to a wrong parameter to setSDOlineRestBytes().
/* 
Define the i/o port global symbol 
*/

.globl _io_ports
_io_ports=0x0000	
	
/* 
0x0000 is the default mapping at reset. (it is 0x1000 for 68hc11)
*/