mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +03:00
CJMCU - Add compass driver. Update I2C configuration. Use PPM and
Brushed motors by default.
This commit is contained in:
parent
5e045616fa
commit
1d5ef51373
10 changed files with 30 additions and 4 deletions
|
@ -126,7 +126,7 @@ void systemInit(bool overclock)
|
|||
|
||||
#ifndef CC3D
|
||||
// Configure the rest of the stuff
|
||||
i2cInit(I2CDEV_2);
|
||||
i2cInit(I2C_DEVICE);
|
||||
#endif
|
||||
|
||||
// sleep for 100ms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue