Skip to content

Commit

Permalink
docs: function and variable doc changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ihagad authored and ntlhui committed Nov 11, 2024
1 parent 58ddc9a commit d84d407
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/chargeTask.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ class ChargeTask : public Task{
/**
* @brief Charges the device, and exits to CLI on command
*
* @return State of device: STATE_CLI or STATE_DEEP_SLEEP
* @return STATE_CLI when CLI pattern entered or
* STATE_DEEP_SLEEP when device not charging
*/
STATES_e run(void);
void exit(void);
Expand All @@ -44,7 +45,8 @@ class ChargeTask : public Task{
/**
* @brief Timestamp for tracking start of charging process
*
* startTime = 0 indicates the device charging for 0 milliseconds
* startTime = 0 indicates the device charging since
* the powering on of the device
*/
system_tick_t startTime;
};
Expand Down

0 comments on commit d84d407

Please sign in to comment.