Add StillImage Host Class Driver functions for opening and closing sessions. Ensure IsActive is set on the interface to allow device functions to run.
Fix spelling of "Received" in all source files where it is misspelt "Recieved".
This commit is contained in:
parent
205b35d131
commit
6783bc4594
20 changed files with 202 additions and 147 deletions
|
@ -80,7 +80,7 @@ void SImage_SendBlockHeader(void)
|
|||
}
|
||||
|
||||
/** Function to receive a PIMA event container from the attached still image device. */
|
||||
uint8_t SImage_RecieveEventHeader(void)
|
||||
uint8_t SImage_ReceiveEventHeader(void)
|
||||
{
|
||||
uint8_t ErrorCode;
|
||||
|
||||
|
@ -101,7 +101,7 @@ uint8_t SImage_RecieveEventHeader(void)
|
|||
}
|
||||
|
||||
/** Function to receive a PIMA response container from the attached still image device. */
|
||||
uint8_t SImage_RecieveBlockHeader(void)
|
||||
uint8_t SImage_ReceiveBlockHeader(void)
|
||||
{
|
||||
uint16_t TimeoutMSRem = COMMAND_DATA_TIMEOUT_MS;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue