doc: stm32l power: properly include and document
Was missing group markers.
This commit is contained in:
committed by
Karl Palsson
parent
3cc6ecd203
commit
34c3a64177
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user