Skip to content

Commit

Permalink
Update core_mqtt.h
Browse files Browse the repository at this point in the history
  • Loading branch information
AniruddhaKanhere authored Sep 12, 2022
1 parent 02f8f8e commit 4de36cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/include/core_mqtt.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ struct MQTTDeserializedInfo;
* @brief Application provided function to query the time elapsed since a given
* epoch in milliseconds.
*
* @note The timer should be a monotonic timer. It just needs to provide an
* incrementing count of milliseconds elapsed since a given epoch.
*
* @return The time elapsed in milliseconds.
*/
typedef uint32_t (* MQTTGetCurrentTimeFunc_t )( void );
Expand Down

0 comments on commit 4de36cf

Please sign in to comment.