diff options
Diffstat (limited to 'include/hardware/hdmi_cec.h')
-rw-r--r-- | include/hardware/hdmi_cec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware/hdmi_cec.h b/include/hardware/hdmi_cec.h index 95c0c4e..646dc45 100644 --- a/include/hardware/hdmi_cec.h +++ b/include/hardware/hdmi_cec.h @@ -339,7 +339,7 @@ typedef struct hdmi_cec_device { * some reason. HAL implementation should take the situation into account * so as not to wait forever for the message to get sent out. * - * It should try retransmission at least once as specified in the standard. + * It should not try retransmission because it's handled by upper layer. * * Returns error code. See HDMI_RESULT_SUCCESS, HDMI_RESULT_NACK, and * HDMI_RESULT_BUSY. |