add some documentation to lpm.h
This commit is contained in:
parent
437c0ee5c9
commit
8dd9db3c45
@ -44,6 +44,7 @@ void lpm_init(void);
|
|||||||
/**
|
/**
|
||||||
* @brief Switches the MCU to a new power mode
|
* @brief Switches the MCU to a new power mode
|
||||||
* @param[in] target Target power mode
|
* @param[in] target Target power mode
|
||||||
|
* @return The previous power mode
|
||||||
*/
|
*/
|
||||||
enum lpm_mode lpm_set(enum lpm_mode target);
|
enum lpm_mode lpm_set(enum lpm_mode target);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user