1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #5068 from gebart/pr/doxygen-fixes

Small Doxygen fixes
This commit is contained in:
DipSwitch 2016-03-14 23:53:58 +01:00
commit a5c5a4e34c
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ void lpm_end_awake(void);
enum lpm_mode lpm_get(void);
/**
* @name LPM-internal variable
* @brief LPM-internal variable
*/
extern volatile int lpm_prevent_sleep;

View File

@ -1,5 +1,5 @@
/**
* @defgroup cpu_nrf5x_common
* @defgroup cpu_nrf5x_common Nordic nRF5x MCU
* @ingroup cpu
* @brief Common implementations for the nRF5x family of CPUs
*/