#include "V2ProtocolConstants.h"\r
\r
/* Macros: */\r
- /* Parameter privellage mask to allow the host PC to read the parameter's value */\r
+ /** Parameter privellage mask to allow the host PC to read the parameter's value */\r
#define PARAM_PRIV_READ (1 << 0)\r
\r
- /* Parameter privellage mask to allow the host PC to change the parameter's value */\r
+ /** Parameter privellage mask to allow the host PC to change the parameter's value */\r
#define PARAM_PRIV_WRITE (1 << 1)\r
/* Type Defines: */\r