From b408a5fe62f5ac8be551f4998a6763465a21f053 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 20 Dec 2009 06:23:24 +0000 Subject: Add const qualifier to the parameters of Projects' functions where possible. --- Projects/AVRISP/Lib/PDITarget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Projects/AVRISP/Lib/PDITarget.c') diff --git a/Projects/AVRISP/Lib/PDITarget.c b/Projects/AVRISP/Lib/PDITarget.c index afcf8b81f..df01497f6 100644 --- a/Projects/AVRISP/Lib/PDITarget.c +++ b/Projects/AVRISP/Lib/PDITarget.c @@ -167,7 +167,7 @@ void PDITarget_DisableTargetPDI(void) * * \param[in] Byte Byte to send through the USART */ -void PDITarget_SendByte(uint8_t Byte) +void PDITarget_SendByte(const uint8_t Byte) { #if defined(PDI_VIA_HARDWARE_USART) /* Switch to Tx mode if currently in Rx mode */ -- cgit v1.2.3