Skip to content

Commit

Permalink
Fix doxygen documentation of SntpLeapSecondInfo_t (#92)
Browse files Browse the repository at this point in the history
It was reported here -
#91

Signed-off-by: Gaurav Aggarwal <[email protected]>
  • Loading branch information
aggarg authored May 13, 2024
1 parent ded08d7 commit 329963c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/include/core_sntp_serializer.h
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,10 @@ typedef enum SntpStatus
*/
typedef enum SntpLeapSecondInfo
{
NoLeapSecond = 0x00, /** <@brief There is no upcoming leap second adjustment. */
LastMinuteHas61Seconds = 0x01, /** <@brief A leap second should be inserted in the last minute before midnight. */
LastMinuteHas59Seconds = 0x02, /** <@brief A leap second should be deleted from the last minute before midnight. */
AlarmServerNotSynchronized = 0x03 /** <@brief An alarm condition meaning that server's time is not synchronized
NoLeapSecond = 0x00, /**< @brief There is no upcoming leap second adjustment. */
LastMinuteHas61Seconds = 0x01, /**< @brief A leap second should be inserted in the last minute before midnight. */
LastMinuteHas59Seconds = 0x02, /**< @brief A leap second should be deleted from the last minute before midnight. */
AlarmServerNotSynchronized = 0x03 /**< @brief An alarm condition meaning that server's time is not synchronized
* to an upstream NTP (or SNTP) server. */
} SntpLeapSecondInfo_t;

Expand Down

0 comments on commit 329963c

Please sign in to comment.