From cec699ac591a679010e07431dfb17823a79856df Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 27 Jan 2010 13:45:08 +0000 Subject: Clean up Webserver project - add more Doxygen documentation for the new DHCP client functions and defines. --- Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Projects/AVRISP-MKII/Lib') diff --git a/Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.c b/Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.c index c650f0dd8..9dac31ca2 100644 --- a/Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.c +++ b/Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.c @@ -51,7 +51,7 @@ static void TINYNVM_SendPointerAddress(const uint16_t AbsoluteAddress) /** Sends a SIN command to the target with the specified I/O address, ready for the data byte to be written. * - * \param Address 6-bit I/O address to write to in the target's I/O memory space + * \param[in] Address 6-bit I/O address to write to in the target's I/O memory space */ static void TINYNVM_SendReadNVMRegister(uint8_t Address) { @@ -62,7 +62,7 @@ static void TINYNVM_SendReadNVMRegister(uint8_t Address) /** Sends a SOUT command to the target with the specified I/O address, ready for the data byte to be read. * - * \param Address 6-bit I/O address to read from in the target's I/O memory space + * \param[in] Address 6-bit I/O address to read from in the target's I/O memory space */ static void TINYNVM_SendWriteNVMRegister(uint8_t Address) { -- cgit v1.2.3