From 3b274fa2f20c6485c5ce8b6c1430a2fbac8b0ada Mon Sep 17 00:00:00 2001 From: Federico Ruiz Ugalde Date: Sat, 29 Jun 2013 19:38:55 -0600 Subject: [PATCH] stm32f3: erasing some unused/unnecessary i2c defines. --- include/libopencm3/stm32/f3/i2c.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/include/libopencm3/stm32/f3/i2c.h b/include/libopencm3/stm32/f3/i2c.h index d4dc6576..cec673df 100644 --- a/include/libopencm3/stm32/f3/i2c.h +++ b/include/libopencm3/stm32/f3/i2c.h @@ -387,17 +387,6 @@ LGPL License Terms @ref lgpl_license /* PEC[7:0] Packet error checking register */ -/* --- I2C constant definitions -------------------------------------------- */ - -/****************************************************************************/ -/** @defgroup i2c_rw I2C Read/Write bit -@ingroup i2c_defines - -@{*/ -#define I2C_WRITE 0 -#define I2C_READ 1 -/**@}*/ - /* --- I2C function prototypes---------------------------------------------- */ BEGIN_DECLS