aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/CCID/CCID.h
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Device/LowLevel/CCID/CCID.h')
-rw-r--r--Demos/Device/LowLevel/CCID/CCID.h24
1 files changed, 12 insertions, 12 deletions
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);