X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/a5adbae652bcf5382ef34d71da4d11de15b482a6..a925407588726cf6c0587e932b56b3b6257529e0:/Projects/AVRISP/Lib/PDITarget.c?ds=sidebyside diff --git a/Projects/AVRISP/Lib/PDITarget.c b/Projects/AVRISP/Lib/PDITarget.c index d1042068f..98d4bded4 100644 --- a/Projects/AVRISP/Lib/PDITarget.c +++ b/Projects/AVRISP/Lib/PDITarget.c @@ -28,7 +28,7 @@ this software. */ -#if defined(ENABLE_XPROG_PROTOCOL) +#if defined(ENABLE_PDI_PROTOCOL) || defined(__DOXYGEN__) /** \file * @@ -41,7 +41,7 @@ /** Writes a given byte to the attached XMEGA device, using a RS232 frame via software through the * PDI interface. * - * \param Byte Byte to send to the attached device + * \param[in] Byte Byte to send to the attached device */ void PDITarget_SendByte(uint8_t Byte) {