Skip to content

Commit

Permalink
Remove extra emphasized return types.
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Damiano <[email protected]>
  • Loading branch information
SRGDamia1 committed Sep 19, 2024
1 parent c2f646c commit c3a1520
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/LogBuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class LogBuffer {
*
* @param record The record
*
* @return **uint32_t** The record's timestamp.
* @return The record's timestamp.
*/
uint32_t getRecordTimestamp(int record);

Expand All @@ -119,7 +119,7 @@ class LogBuffer {
* @param record The record
* @param variable The variable
*
* @return **float** The variable's value.
* @return The variable's value.
*/
float getRecordValue(int record, uint8_t variable);

Expand Down
2 changes: 1 addition & 1 deletion src/publishers/EnviroDIYPublisher.h
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ class EnviroDIYPublisher : public dataPublisher {
* @brief Transmit data from the data buffer to an external site
*
* @param outClient The client to publish the data over
* @return **int16_t** The HTTP response code from the publish attempt
* @return The HTTP response code from the publish attempt
*
* @note A 504 will be returned automatically if the server does not
* respond within 30 seconds.
Expand Down

0 comments on commit c3a1520

Please sign in to comment.