Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoh committed Sep 25, 2024
1 parent 474d57b commit 875a0b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/furble/CanonEOS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ bool CanonEOS::connect(progressFunc pFunc, void *pCtx) {
ESP_LOGI(LOG_TAG, "Switching mode!");

/* write to 0xf307 */
if (!write_value(m_Client, CANON_EOS_SVC_MODE_UUID, CANON_EOS_CHR_MODE_UUID, &CANON_EOS_MODE_SHOOT, sizeof(CANON_EOS_MODE_SHOOT)))
if (!write_value(m_Client, CANON_EOS_SVC_MODE_UUID, CANON_EOS_CHR_MODE_UUID,
&CANON_EOS_MODE_SHOOT, sizeof(CANON_EOS_MODE_SHOOT)))
return false;

ESP_LOGI(LOG_TAG, "Done!");
Expand Down

0 comments on commit 875a0b7

Please sign in to comment.