Minor cleanup to use dispatch memorymap.h
This commit is contained in:
@@ -33,7 +33,7 @@ LGPL License Terms @ref lgpl_license
|
||||
#ifndef LIBOPENCM3_DAC_H
|
||||
#define LIBOPENCM3_DAC_H
|
||||
|
||||
#include <libopencm3/stm32/l1/memorymap.h>
|
||||
#include <libopencm3/stm32/memorymap.h>
|
||||
#include <libopencm3/stm32/common/dac_common_all.h>
|
||||
|
||||
#endif
|
||||
|
||||
@@ -33,7 +33,7 @@ LGPL License Terms @ref lgpl_license
|
||||
#ifndef LIBOPENCM3_SPI_H
|
||||
#define LIBOPENCM3_SPI_H
|
||||
|
||||
#include <libopencm3/stm32/l1/memorymap.h>
|
||||
#include <libopencm3/stm32/memorymap.h>
|
||||
#include <libopencm3/stm32/common/spi_common_all.h>
|
||||
|
||||
#endif
|
||||
|
||||
@@ -33,7 +33,7 @@ LGPL License Terms @ref lgpl_license
|
||||
#ifndef LIBOPENCM3_USART_H
|
||||
#define LIBOPENCM3_USART_H
|
||||
|
||||
#include <libopencm3/stm32/l1/memorymap.h>
|
||||
#include <libopencm3/stm32/memorymap.h>
|
||||
#include <libopencm3/stm32/common/usart_common_all.h>
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user