Complete TPI protocol code to enter and exit TPI programming mode for the ATTINY...
[pub/USBasp.git] / Projects / AVRISP / Lib / XPROG / TINYNVM.h
index 11d4efc..ecf429e 100644 (file)
                #define TINY_NVM_BUSY_TIMEOUT_MS       100\r
 \r
        /* Function Prototypes: */\r
-               bool TINYNVM_WaitWhileNVMControllerBusy(void);\r
+               bool TINYNVM_WaitWhileNVMBusBusy(void);\r
                bool TINYNVM_ReadMemory(const uint32_t ReadAddress, uint8_t* ReadBuffer, const uint16_t ReadSize);\r
                bool TINYNVM_WriteMemory(const uint8_t WriteCommand, const uint32_t WriteAddress, const uint8_t* WriteBuffer);\r
                bool TINYNVM_EraseMemory(const uint8_t EraseCommand, const uint32_t Address);\r
-               bool TINYNVM_WaitWhileNVMBusBusy(void);\r
 \r
 #endif\r