X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/271be037b736d66a7b7e0c4d5d30c5a24025277f..aaa0bed556d0fa424b831418a7ce2531653a8b03:/Projects/AVRISP/Lib/V2ProtocolTarget.h diff --git a/Projects/AVRISP/Lib/V2ProtocolTarget.h b/Projects/AVRISP/Lib/V2ProtocolTarget.h index 1e0364d9c..0de7b39cc 100644 --- a/Projects/AVRISP/Lib/V2ProtocolTarget.h +++ b/Projects/AVRISP/Lib/V2ProtocolTarget.h @@ -52,7 +52,7 @@ #define TOTAL_PROGRAMMING_SPEEDS 7 /** Timeout in milliseconds of target busy-wait loops waiting for a command to complete */ - #define TARGET_BUSY_TIMEOUT_MS 150 + #define TARGET_BUSY_TIMEOUT_MS 240 /* External Variables: */ extern uint32_t CurrentAddress; @@ -60,7 +60,7 @@ /* Inline Functions: */ /** Blocking delay for a given number of milliseconds, via a hardware timer. * - * \param DelayMS Number of milliseconds to delay for + * \param[in] DelayMS Number of milliseconds to delay for */ static inline void V2Protocol_DelayMS(uint8_t DelayMS) {