+ /** Total number of allowable ISP programming speeds supported by the device */\r
+ #define TOTAL_PROGRAMMING_SPEEDS 7\r
+\r
+ /** Timeout in milliseconds of target busy-wait loops waiting for a command to complete */\r
+ #define TARGET_BUSY_TIMEOUT_MS 150\r
+ \r