X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/258a6a01777afadbf6913246f12a7106b421b795..a925407588726cf6c0587e932b56b3b6257529e0:/Projects/AVRISP/Lib/PDITarget.c diff --git a/Projects/AVRISP/Lib/PDITarget.c b/Projects/AVRISP/Lib/PDITarget.c index 672619968..98d4bded4 100644 --- a/Projects/AVRISP/Lib/PDITarget.c +++ b/Projects/AVRISP/Lib/PDITarget.c @@ -28,7 +28,7 @@ this software. */ -#if defined(ENABLE_PDI_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) {