1
0
Fork 0
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:
borisbstyle 2016-02-03 01:53:12 +01:00
parent 9859bbfcae
commit d3d08389f7
4 changed files with 5 additions and 8 deletions

View file

@ -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;