mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Remove stale gyro cs defs from resource
This commit is contained in:
parent
811364c2ec
commit
09026dcc88
2 changed files with 0 additions and 4 deletions
|
@ -76,6 +76,4 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
|
||||||
"USB_MSC_PIN",
|
"USB_MSC_PIN",
|
||||||
"SPI_PREINIT_IPU",
|
"SPI_PREINIT_IPU",
|
||||||
"SPI_PREINIT_OPU",
|
"SPI_PREINIT_OPU",
|
||||||
"GYRO1_CS",
|
|
||||||
"GYRO2_CS",
|
|
||||||
};
|
};
|
||||||
|
|
|
@ -76,8 +76,6 @@ typedef enum {
|
||||||
OWNER_USB_MSC_PIN,
|
OWNER_USB_MSC_PIN,
|
||||||
OWNER_SPI_PREINIT_IPU,
|
OWNER_SPI_PREINIT_IPU,
|
||||||
OWNER_SPI_PREINIT_OPU,
|
OWNER_SPI_PREINIT_OPU,
|
||||||
OWNER_GYRO1_CS,
|
|
||||||
OWNER_GYRO2_CS,
|
|
||||||
OWNER_TOTAL_COUNT
|
OWNER_TOTAL_COUNT
|
||||||
} resourceOwner_e;
|
} resourceOwner_e;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue