Skip to content

Commit

Permalink
fixup doxygen errors
Browse files Browse the repository at this point in the history
  • Loading branch information
benemorius committed Mar 1, 2020
1 parent a015058 commit f79e3ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sys/include/pm_layered.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ extern "C" {
#endif

/**
* @brief Power Management mode typedef
* @brief Power Management mode blocker typedef
*/
typedef union {
uint32_t val_u32;
uint8_t val_u8[PM_NUM_MODES];
uint32_t val_u32; /**< power mode blockers u32 */
uint8_t val_u8[PM_NUM_MODES]; /**< power mode blockers u8 */
} pm_blocker_t;

/**
Expand Down

0 comments on commit f79e3ec

Please sign in to comment.