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

SPI CS preinit for configurability

This commit is contained in:
jflyper 2018-05-18 17:22:58 +09:00
parent ca09a8e2fc
commit f9a43099db
22 changed files with 219 additions and 113 deletions

View file

@ -66,7 +66,6 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
"TRANSPONDER",
"VTX",
"COMPASS_CS",
"SPI_PREINIT",
"RX_BIND_PLUG",
"ESCSERIAL",
"CAMERA_CONTROL",
@ -75,4 +74,6 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
"RX_SPI",
"PINIO",
"USB_MSC_PIN",
"SPI_PREINIT_IPU",
"SPI_PREINIT_OPU",
};