X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/40db485c7967c584eb9fe855e744ed0dc6fe8bae..3bf760ad7d8bcc06c9145121786f3644995fae87:/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h diff --git a/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h b/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h index e6ee42d4e..c467298c6 100644 --- a/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h +++ b/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h @@ -68,6 +68,8 @@ /* Function Prototypes: */ void ISPTarget_Init(void); void ISPTarget_ShutDown(void); + void ISPTarget_ConfigureRescueClock(void); + void ISPTarget_ConfigureSoftwareISP(const uint8_t SCKDuration); uint8_t ISPTarget_TransferSoftSPIByte(const uint8_t Byte); void ISPTarget_ChangeTargetResetLine(const bool ResetTarget); uint8_t ISPTarget_WaitWhileTargetBusy(void);