Merge pull request #1857 from jflyper/bfdev-fix-i2c-ownername

ownerNames[ ] lists I2C_SCL and I2C_SDA in a wrong order
This commit is contained in:
Martin Budden 2016-12-20 08:51:06 +01:00 committed by GitHub
commit 0a304ed3e7
1 changed files with 1 additions and 1 deletions

View File

@ -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",