projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Reformatting and add const qualifiers.
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
CCID
/
Lib
/
Iso7816.h
diff --git
a/Demos/Device/ClassDriver/CCID/Lib/Iso7816.h
b/Demos/Device/ClassDriver/CCID/Lib/Iso7816.h
index
f5fc1d7
..
2a55706
100644
(file)
--- a/
Demos/Device/ClassDriver/CCID/Lib/Iso7816.h
+++ b/
Demos/Device/ClassDriver/CCID/Lib/Iso7816.h
@@
-36,7
+36,9
@@
#include <avr/power.h>
#include <avr/interrupt.h>
#include <stdlib.h>
#include <avr/power.h>
#include <avr/interrupt.h>
#include <stdlib.h>
+ #include <string.h>
/* Function Prototypes: */
/* Function Prototypes: */
- void Iso7816_CreateSimpleAtr(uint8_t* attr, uint8_t* attrLength);
+ void Iso7816_CreateSimpleAtr(uint8_t* const attr,
+ uint8_t* const attrLength);
#endif
#endif