Skip to content

Commit

Permalink
Update hdmi_cec_driver.h
Browse files Browse the repository at this point in the history
  • Loading branch information
krishna-1809 authored Jan 8, 2025
1 parent 775af2b commit 5816606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/hdmi_cec_driver.h
Original file line number Diff line number Diff line change
@@ -159,7 +159,7 @@ HDMI_CEC_STATUS HdmiCecOpen(int *handle);
* @retval HDMI_CEC_IO_NOT_OPENED - Module is not initialised
* @retval HDMI_CEC_IO_INVALID_HANDLE - An invalid handle argument has been passed
*
* @pre HdmiCecOpen(), HdmiCecRemoveLogicalAddress() must be called before calling this API.
* @pre HdmiCecOpen() must be called before calling this API.
* @warning This API is NOT thread safe.
*
* @see HdmiCecOpen()

0 comments on commit 5816606

Please sign in to comment.