projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add function documentation to the AVRISP project.
[pub/USBasp.git]
/
Projects
/
Incomplete
/
AVRISP
/
Lib
/
V2ProtocolParams.h
diff --git
a/Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.h
b/Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.h
index
d0a467b
..
9c0f044
100644
(file)
--- a/
Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.h
+++ b/
Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.h
@@
-46,10
+46,10
@@
#include "V2ProtocolConstants.h"
\r
\r
/* Macros: */
\r
#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
#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
#define PARAM_PRIV_WRITE (1 << 1)
\r
/* Type Defines: */
\r