1
0
Fork 0
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:
jflyper 2018-10-06 22:43:26 +09:00
parent 811364c2ec
commit 09026dcc88
2 changed files with 0 additions and 4 deletions

View file

@ -76,6 +76,4 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
"USB_MSC_PIN",
"SPI_PREINIT_IPU",
"SPI_PREINIT_OPU",
"GYRO1_CS",
"GYRO2_CS",
};

View file

@ -76,8 +76,6 @@ typedef enum {
OWNER_USB_MSC_PIN,
OWNER_SPI_PREINIT_IPU,
OWNER_SPI_PREINIT_OPU,
OWNER_GYRO1_CS,
OWNER_GYRO2_CS,
OWNER_TOTAL_COUNT
} resourceOwner_e;