X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/be13902026cdfea208a3d3016657c259361a0aaf..f2740a66bafa876dfcf2cdfa4c6f3e17395e8bf8:/Demos/Device/LowLevel/CCID/Lib/Iso7816.h?ds=inline diff --git a/Demos/Device/LowLevel/CCID/Lib/Iso7816.h b/Demos/Device/LowLevel/CCID/Lib/Iso7816.h index aa5f4ba83..f73309d90 100644 --- a/Demos/Device/LowLevel/CCID/Lib/Iso7816.h +++ b/Demos/Device/LowLevel/CCID/Lib/Iso7816.h @@ -38,8 +38,10 @@ #include #include #include + #include /* Function Prototypes: */ - void Iso7816_CreateSimpleAtr(uint8_t* atr, uint8_t* atrLength); + void Iso7816_CreateSimpleAtr(uint8_t* const atr, + uint8_t* const atrLength); #endif