Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Lai <m@matthewlai.ca>2017-03-12 23:25:33 +0300
committerKarl Palsson <karlp@tweak.net.au>2017-03-31 00:48:08 +0300
commit383fafc862c0d47f30965f00409d03a328049278 (patch)
tree735fc86b1ff2301ecccfe54f11dae6fdf4fd41e5 /include/libopencm3/stm32/l0/pwr.h
parentd1d511c6f49d21af57f2b226ace83369db96ac6b (diff)
stm32: renamed pwr_common_all to pwr_common_v1, and pwr_common_l01 to pwr_common_v2
Diffstat (limited to 'include/libopencm3/stm32/l0/pwr.h')
-rw-r--r--include/libopencm3/stm32/l0/pwr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libopencm3/stm32/l0/pwr.h b/include/libopencm3/stm32/l0/pwr.h
index 99c820df..bb2ff9a0 100644
--- a/include/libopencm3/stm32/l0/pwr.h
+++ b/include/libopencm3/stm32/l0/pwr.h
@@ -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