mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
ownerNames[ ] lists I2C_SCL and I2C_SDA in a wrong order
This commit is contained in:
parent
09d71b1e0b
commit
cb08844774
1 changed files with 1 additions and 1 deletions
|
@ -39,8 +39,8 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
|
|||
"SPI_SCK",
|
||||
"SPI_MISO",
|
||||
"SPI_MOSI",
|
||||
"I2C_SDA",
|
||||
"I2C_SCL",
|
||||
"I2C_SDA",
|
||||
"SDCARD_CS",
|
||||
"FLASH_CS",
|
||||
"BARO_CS",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue