1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-24 16:55:29 +03:00

Set correct I2C bus for rangefinders on SpeeedyBeedF4

This commit is contained in:
Pawel Spychalski (DzikuVx) 2021-05-08 16:32:28 +02:00
parent 1544d49815
commit 40c8eebea9

View file

@ -170,3 +170,5 @@
#define TARGET_IO_PORTB 0xffff
#define TARGET_IO_PORTC 0xffff
#define TARGET_IO_PORTD (BIT(2))
#define RANGEFINDER_I2C_BUS BUS_I2C1