removed unused I2CSendingLastByte status

This commit is contained in:
Antoine Drouin
2010-08-17 22:38:32 +00:00
parent 871c107683
commit 1fd783f764
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ enum I2CStatus {
I2CAddrWrSent,
I2CAddrRdSent,
I2CSendingByte,
I2CSendingLastByte,
/* I2CSendingLastByte, */
I2CReadingByte,
I2CReadingLastByte,
I2CStopRequested,
+1 -1
View File
@@ -319,7 +319,7 @@ void i2c2_hw_init(void) {
static inline void on_status_start_requested(uint32_t event);
static inline void on_status_addr_wr_sent(uint32_t event);
static inline void on_status_sending_byte(uint32_t event);
static inline void on_status_sending_last_byte(uint32_t event);
//static inline void on_status_sending_last_byte(uint32_t event);
static inline void on_status_stop_requested(uint32_t event);
static inline void on_status_addr_rd_sent(uint32_t event);
static inline void on_status_reading_byte(uint32_t event);