drivers/hcs12/ports.s
author skratochwil
Mon, 20 Jun 2011 15:03:54 +0200
changeset 660 cff8e50333e8
parent 0 4472ee7c6c3e
permissions -rw-r--r--
Fixed incorrect struct access in sendPDO() and inserted a missing variable in sendOnePDOEvent(). These errors occured at compile-time when configuring the project with './configure --debug=PDO' or './configure --debug=WAR'.
/* 
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)
*/