mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Generic pin output driver
This commit is contained in:
parent
1a6964b6b7
commit
8f76a11081
12 changed files with 215 additions and 2 deletions
|
@ -69,5 +69,6 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
|
|||
"CAMERA_CONTROL",
|
||||
"TIMUP",
|
||||
"RANGEFINDER",
|
||||
"RX_SPI"
|
||||
"RX_SPI",
|
||||
"PINIO",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue