{\r
/* Read the byte of data from the target */\r
XPROGTarget_SendByte(TPI_CMD_SLD | TPI_POINTER_INDIRECT_PI);\r
*(ReadBuffer++) = XPROGTarget_ReceiveByte();\r
}\r
\r
{\r
/* Read the byte of data from the target */\r
XPROGTarget_SendByte(TPI_CMD_SLD | TPI_POINTER_INDIRECT_PI);\r
*(ReadBuffer++) = XPROGTarget_ReceiveByte();\r
}\r
\r