mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 16:58:48 +08:00
removed unused I2CSendingLastByte status
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ enum I2CStatus {
|
||||
I2CAddrWrSent,
|
||||
I2CAddrRdSent,
|
||||
I2CSendingByte,
|
||||
I2CSendingLastByte,
|
||||
/* I2CSendingLastByte, */
|
||||
I2CReadingByte,
|
||||
I2CReadingLastByte,
|
||||
I2CStopRequested,
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user