1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

ownerNames[ ] lists I2C_SCL and I2C_SDA in a wrong order

This commit is contained in:
jflyper 2016-12-20 14:11:54 +09:00
parent 09d71b1e0b
commit cb08844774

View file

@ -39,8 +39,8 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
"SPI_SCK", "SPI_SCK",
"SPI_MISO", "SPI_MISO",
"SPI_MOSI", "SPI_MOSI",
"I2C_SDA",
"I2C_SCL", "I2C_SCL",
"I2C_SDA",
"SDCARD_CS", "SDCARD_CS",
"FLASH_CS", "FLASH_CS",
"BARO_CS", "BARO_CS",