trivial: change include guard name to match file

File was renamed to -vX style.
This commit is contained in:
Karl Palsson 2017-05-06 11:32:32 +00:00
parent d9615a2eb7
commit 0f4c032548

View File

@ -23,8 +23,8 @@
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef LIBOPENCM3_PWR_COMMON_L01_H
#define LIBOPENCM3_PWR_COMMON_L01_H
#ifndef LIBOPENCM3_PWR_COMMON_V2_H
#define LIBOPENCM3_PWR_COMMON_V2_H
#include <libopencm3/stm32/common/pwr_common_v1.h>