Skip to content

Commit d0a8846

Browse files
committed
Another fix for pre-commit
1 parent 011da1d commit d0a8846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

obc/app/modules/timekeeper/timekeeper.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ extern QueueHandle_t rtcTempQueueHandle;
99
/**
1010
* @brief Get the temperature from the mailbox temperature queue of the ds3232
1111
* @param temp The memory address that stores the temperature in the mailbox queue
12-
* @return The error code
12+
* @return The error code.
1313
*/
14-
obc_error_code_t readRTCTemp(float* data);
14+
obc_error_code_t readRTCTemp(float *data);

0 commit comments

Comments
 (0)