Moved I2C to common, no changes needed.
This commit is contained in:
parent
69fb967eed
commit
fd2eb7a1bd
@ -20,7 +20,7 @@
|
|||||||
#ifndef LIBOPENCM3_I2C_H
|
#ifndef LIBOPENCM3_I2C_H
|
||||||
#define LIBOPENCM3_I2C_H
|
#define LIBOPENCM3_I2C_H
|
||||||
|
|
||||||
#include <libopencm3/stm32/memorymap.h>
|
#include <libopencm3/stm32_common/memorymap.h>
|
||||||
#include <libopencm3/cm3/common.h>
|
#include <libopencm3/cm3/common.h>
|
||||||
|
|
||||||
/* --- Convenience macros -------------------------------------------------- */
|
/* --- Convenience macros -------------------------------------------------- */
|
||||||
@ -195,7 +195,7 @@
|
|||||||
|
|
||||||
/* ADD: Address bits: [7:1] in 7-bit mode, bits [9:0] in 10-bit mode */
|
/* ADD: Address bits: [7:1] in 7-bit mode, bits [9:0] in 10-bit mode */
|
||||||
|
|
||||||
/* --- I2Cx_OAR1 values ---------------------------------------------------- */
|
/* --- I2Cx_OAR2 values ---------------------------------------------------- */
|
||||||
|
|
||||||
/* Note: Bits [15:8] are reserved, and forced to 0 by hardware. */
|
/* Note: Bits [15:8] are reserved, and forced to 0 by hardware. */
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user