X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/73801c73a1684a88bff33aefe3c5aa89bc66c414..8aee4cb2f2207e93841664814bb1dbfc1347894c:/Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.h 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: */