1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00

Ammend BMP085 driver for configurability of EOC and XCLR pin

This commit is contained in:
jflyper 2019-04-26 00:55:01 +09:00 committed by Dominic Clifton
parent eea9242d7b
commit b749d56d9e
10 changed files with 70 additions and 76 deletions

View file

@ -56,7 +56,7 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
"RX_SPI_CS",
"SPI_CS",
"GYRO_EXTI",
"BARO_EXTI",
"BARO_EOC",
"COMPASS_EXTI",
"USB",
"USB_DETECT",
@ -98,4 +98,5 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
"QSPI_BK2IO2",
"QSPI_BK2IO3",
"QSPI_BK2CS",
"BARO_XCLR",
};