add some documentation to lpm.h

This commit is contained in:
Ludwig Ortmann 2013-12-19 12:35:04 +01:00
parent 437c0ee5c9
commit 8dd9db3c45

View File

@ -44,6 +44,7 @@ void lpm_init(void);
/**
* @brief Switches the MCU to a new power mode
* @param[in] target Target power mode
* @return The previous power mode
*/
enum lpm_mode lpm_set(enum lpm_mode target);