stm32: adc-v1m: fix include guard

This commit is contained in:
Karl Palsson 2019-05-10 22:16:33 +00:00
parent f1340df003
commit cc364d1ac2
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ specific memorymap.h header before including this header file.*/
/** @cond */
#ifdef LIBOPENCM3_ADC_H
/** @endcond */
#ifndef LIBOPENCM3_ADC_COMMON_V3_H
#define LIBOPENCM3_ADC_COMMON_V3_H
#ifndef LIBOPENCM3_ADC_COMMON_V1_MULTI_H
#define LIBOPENCM3_ADC_COMMON_V1_MULTI_H
#include <libopencm3/stm32/common/adc_common_v1.h>