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

Configurable acc/gyro

This commit is contained in:
jflyper 2018-05-10 22:25:37 +09:00
parent 5ef68ef6a3
commit fc6c24c38e
133 changed files with 1095 additions and 1116 deletions

View file

@ -49,11 +49,11 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
"SDCARD_DETECT",
"FLASH_CS",
"BARO_CS",
"MPU_CS",
"GYRO_CS",
"OSD_CS",
"RX_SPI_CS",
"SPI_CS",
"MPU_EXTI",
"GYRO_EXTI",
"BARO_EXTI",
"COMPASS_EXTI",
"USB",
@ -76,4 +76,6 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
"USB_MSC_PIN",
"SPI_PREINIT_IPU",
"SPI_PREINIT_OPU",
"GYRO1_CS",
"GYRO2_CS",
};