Added PROGRAM_FLASH_ISP and PROGRAM_EEPROM_ISP handler code to the V2 Protocol handle...
[pub/lufa.git] / Projects / Incomplete / AVRISP / Lib / V2ProtocolTarget.c
index caa7010..b2064fc 100644 (file)
@@ -82,6 +82,13 @@ void V2Protocol_DelayMS(uint8_t MS)
          _delay_ms(1);\r
 }\r
 \r
+uint8_t V2Protocol_WaitForProgrammingComplete(uint16_t PollAddress, uint8_t ProgrammingMode)\r
+{\r
+       // TODO\r
+\r
+       return STATUS_CMD_OK;\r
+}\r
+\r
 uint8_t V2Protocol_WaitWhileTargetBusy(void)\r
 {\r
        uint8_t TimeoutMS = TARGET_BUSY_TIMEOUT_MS;\r