Add function documentation to the AVRISP project.
This commit is contained in:
parent
73801c73a1
commit
8aee4cb2f2
7 changed files with 152 additions and 30 deletions
|
@ -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: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue