Slow down main bus I2C baud rate to 30kHz when BusPal is on to make firmware transfer more robust.

This commit is contained in:
László Monda
2018-01-14 20:27:17 +01:00
parent 2661c3d909
commit b76b3c0e4f
4 changed files with 20 additions and 9 deletions

View File

@@ -7,6 +7,7 @@
// Variables:
extern bool IsBusPalOn;
extern uint32_t I2cMainBusRequestedBaudRateBps;
extern uint32_t I2cMainBusActualBaudRateBps;