stm32: renamed pwr_common_all to pwr_common_v1, and pwr_common_l01 to pwr_common_v2

This commit is contained in:
Matthew Lai
2017-03-12 20:25:33 +00:00
committed by Karl Palsson
parent d1d511c6f4
commit 383fafc862
16 changed files with 16 additions and 16 deletions

View File

@@ -31,7 +31,7 @@
#ifndef LIBOPENCM3_PWR_H
#define LIBOPENCM3_PWR_H
#include <libopencm3/stm32/common/pwr_common_l01.h>
#include <libopencm3/stm32/common/pwr_common_v2.h>
#endif