Skip to content

Commit

Permalink
Fix clang error in doxygen header
Browse files Browse the repository at this point in the history
  • Loading branch information
philrittenhouse committed Jul 11, 2024
1 parent 3736d19 commit 406b457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adafruit_VC0706.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ uint8_t Adafruit_VC0706::available(void) { return bufferLen; }
/*!
@brief Read in picture data
@param n Number of bytes
@param delay_time The camera's delay time between command and data.
@param delay_time The camera's delay time between command and data
@returns Pointer to buffer containing n bytes of picture data
*/
/**************************************************************************/
Expand Down

0 comments on commit 406b457

Please sign in to comment.