mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-31 12:23:23 +08:00
Commenting + Structuring: no logical changes
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -207,7 +207,7 @@ void event_i2c_abuse_test(void)
|
||||
{
|
||||
i2c_abuse_test_counter = 1;
|
||||
|
||||
//i2c_setbitrate(&I2C_ABUSE_PORT, i2c_abuse_test_bitrate);
|
||||
i2c_setbitrate(&I2C_ABUSE_PORT, i2c_abuse_test_bitrate);
|
||||
|
||||
i2c_abuse_test_bitrate += 17000;
|
||||
if (i2c_abuse_test_bitrate > 410000)
|
||||
|
||||
Reference in New Issue
Block a user