Send timeout is set to 10 ms. Without timeout PLC can be blocked by CAN driver: if CAN bus is not connected to controller CAN driver never returns and therfore PLC application halts. This is a temporary solution.
/*
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)
*/