doc: stm32l power: properly include and document

Was missing group markers.
This commit is contained in:
Karl Palsson
2016-08-18 16:55:23 +00:00
committed by Karl Palsson
parent 3cc6ecd203
commit 34c3a64177
2 changed files with 7 additions and 0 deletions

View File

@@ -77,9 +77,14 @@
/* --- Function prototypes ------------------------------------------------- */
/** Voltage scales for internal regulator
*/
enum pwr_vos_scale {
/** high performance, highest voltage */
PWR_SCALE1,
/** medium performance, flash operational but slow */
PWR_SCALE2,
/** low performance, no flash erase/program */
PWR_SCALE3,
};