aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.h
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.h')
-rw-r--r--Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.h b/Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.h
index d0a467b00..9c0f044c2 100644
--- a/Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.h
+++ b/Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.h
@@ -46,10 +46,10 @@
#include "V2ProtocolConstants.h"
/* Macros: */
- /* Parameter privellage mask to allow the host PC to read the parameter's value */
+ /** Parameter privellage mask to allow the host PC to read the parameter's value */
#define PARAM_PRIV_READ (1 << 0)
- /* Parameter privellage mask to allow the host PC to change the parameter's value */
+ /** Parameter privellage mask to allow the host PC to change the parameter's value */
#define PARAM_PRIV_WRITE (1 << 1)
/* Type Defines: */