arch/arm/src/tiva/hardware/tm4c/tm4c123_i2c.h: Correct some kruft that was left behind when this file was split out. Caused failures in build testing.
This commit is contained in:
parent
67b16613ba
commit
738be875eb
@ -511,9 +511,6 @@
|
||||
#define I2CM_TPR_MASK (0x7f << I2CM_TPR_SHIFT)
|
||||
#define I2CM_TPR_HS (1 << 7) /* Bit 7: High-Speed Enable (write) */
|
||||
|
||||
#define I2CM_TPR_SHIFT (0) /* Bits 7-0: SCL Clock Period */
|
||||
#define I2CM_TPR_MASK (0xff << I2CM_TPR_SHIFT)
|
||||
|
||||
/* I2C Master Interrupt Mask (I2CM_IMR) */
|
||||
|
||||
#define I2CM_IMR_MIM (1 << 0) /* Bit 0: Master Interrupt Mask */
|
||||
|
Loading…
Reference in New Issue
Block a user