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:
parent
ca09a8e2fc
commit
f9a43099db
22 changed files with 219 additions and 113 deletions
|
@ -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",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue