Second patch to fix incorrect PDI/TPI programming speed.

This commit is contained in:
Dean Camera 2010-11-14 06:44:57 +00:00
parent d41cd9a41a
commit f2324fc2b4
6 changed files with 8 additions and 9 deletions

View file

@ -69,8 +69,8 @@
extern bool HardwareSPIMode;
/* Function Prototypes: */
void ISPTarget_Init(void);
void ISPTarget_ShutDown(void);
void ISPTarget_EnableTargetISP(void);
void ISPTarget_DisableTargetISP(void);
void ISPTarget_ConfigureRescueClock(void);
void ISPTarget_ConfigureSoftwareISP(const uint8_t SCKDuration);
uint8_t ISPTarget_TransferSoftSPIByte(const uint8_t Byte);