Enable software and disable hardware I2C driver.
Software one has been tested and works, hardware causes issues with new PWM code.
This commit is contained in:
parent
3131bd63f1
commit
b7fce19ac0
5148
obj/baseflight.hex
5148
obj/baseflight.hex
File diff suppressed because it is too large
Load Diff
|
@ -272,7 +272,7 @@ typedef struct baro_t {
|
|||
#define BEEP_ON ;
|
||||
#endif
|
||||
|
||||
#undef SOFT_I2C // enable to test software i2c
|
||||
#define SOFT_I2C // enable to test software i2c
|
||||
|
||||
#include "utils.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue