Add const qualifier to the parameters of Projects' functions where possible.
[pub/USBasp.git] / Projects / AVRISP / Lib / PDITarget.c
index afcf8b8..df01497 100644 (file)
@@ -167,7 +167,7 @@ void PDITarget_DisableTargetPDI(void)
  *\r
  *  \param[in] Byte  Byte to send through the USART\r
  */\r
  *\r
  *  \param[in] Byte  Byte to send through the USART\r
  */\r
-void PDITarget_SendByte(uint8_t Byte)\r
+void PDITarget_SendByte(const uint8_t Byte)\r
 {\r
 #if defined(PDI_VIA_HARDWARE_USART)\r
        /* Switch to Tx mode if currently in Rx mode */\r
 {\r
 #if defined(PDI_VIA_HARDWARE_USART)\r
        /* Switch to Tx mode if currently in Rx mode */\r