X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/bc57f4ea5afd29f2e0f0175d14cf1540b4408de8..f2740a66bafa876dfcf2cdfa4c6f3e17395e8bf8:/Demos/Device/LowLevel/CCID/CCID.h diff --git a/Demos/Device/LowLevel/CCID/CCID.h b/Demos/Device/LowLevel/CCID/CCID.h index d4503597b..46c759c30 100644 --- a/Demos/Device/LowLevel/CCID/CCID.h +++ b/Demos/Device/LowLevel/CCID/CCID.h @@ -72,18 +72,18 @@ void SetupHardware(void); void CCID_Task(void); - uint8_t CCID_IccPowerOn(uint8_t slot, - uint8_t* const attr, - uint8_t* const attrLength, - uint8_t* const error); - uint8_t CCID_IccPowerOff(uint8_t slot, - uint8_t* const error); - uint8_t CCID_GetSlotStatus(uint8_t slot, - uint8_t* const error); - uint8_t CCID_Abort(uint8_t slot, - uint8_t seq, - uint8_t* const error); - bool CCID_CheckStatusNoError(uint8_t status); + uint8_t CCID_IccPowerOn(uint8_t Slot, + uint8_t* const Attr, + uint8_t* const AttrLength, + uint8_t* const Error); + uint8_t CCID_IccPowerOff(uint8_t Slot, + uint8_t* const Error); + uint8_t CCID_GetSlotStatus(uint8_t Slot, + uint8_t* const Error); + uint8_t CCID_Abort(uint8_t Slot, + uint8_t Seq, + uint8_t* const Error); + bool CCID_CheckStatusNoError(uint8_t Status); void EVENT_USB_Device_Connect(void); void EVENT_USB_Device_Disconnect(void);