Oops - fix Host mode pre-enumeration settle delay being ignored leading to failure...
[pub/USBasp.git] / Projects / AVRISP / Lib / PDITarget.c
index d104206..98d4bde 100644 (file)
@@ -28,7 +28,7 @@
   this software.\r
 */\r
 \r
-#if defined(ENABLE_XPROG_PROTOCOL)\r
+#if defined(ENABLE_PDI_PROTOCOL) || defined(__DOXYGEN__)\r
 \r
 /** \file\r
  *\r
@@ -41,7 +41,7 @@
 /** Writes a given byte to the attached XMEGA device, using a RS232 frame via software through the\r
  *  PDI interface.\r
  *\r
- *  \param Byte  Byte to send to the attached device\r
+ *  \param[in] Byte  Byte to send to the attached device\r
  */\r
 void PDITarget_SendByte(uint8_t Byte)\r
 {\r