Moved I2C to common, no changes needed.

This commit is contained in:
Fergus Noble 2011-09-12 23:28:52 -07:00 committed by Stephen Caudle
parent 69fb967eed
commit fd2eb7a1bd

View File

@ -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. */