/* Clear the RESET key in the RESET PDI register to allow the XMEGA to run */\r
XPROGTarget_SendByte(PDI_CMD_STCS | PDI_RESET_REG); \r
XPROGTarget_SendByte(0x00);\r
- \r
- /* Clear /RESET key twice (for some reason this needs to be done twice to take effect) */\r
- XPROGTarget_SendByte(PDI_CMD_STCS | PDI_RESET_REG); \r
- XPROGTarget_SendByte(0x00);\r
\r
XPROGTarget_DisableTargetPDI();\r
}\r