mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
Fix some compile errors
This commit is contained in:
parent
9859bbfcae
commit
d3d08389f7
4 changed files with 5 additions and 8 deletions
|
@ -84,7 +84,7 @@ void I2C2_EV_IRQHandler(void)
|
|||
i2c_ev_handler();
|
||||
}
|
||||
|
||||
#define I2C_DEFAULT_TIMEOUT 30000
|
||||
//#define I2C_DEFAULT_TIMEOUT 30000
|
||||
static volatile uint16_t i2cErrorCount = 0;
|
||||
|
||||
static volatile bool error = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue