mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Remove need to specify ADC Channel (only 1 per pin).
This commit is contained in:
parent
7e6fb8db65
commit
71353066b8
37 changed files with 160 additions and 294 deletions
|
@ -3038,7 +3038,7 @@ void cliProcess(void)
|
|||
}
|
||||
}
|
||||
|
||||
const char * const ownerNames[] = {
|
||||
const char * const ownerNames[OWNER_TOTAL_COUNT] = {
|
||||
"FREE",
|
||||
"PWM IN",
|
||||
"PPM IN",
|
||||
|
@ -3060,6 +3060,8 @@ const char * const ownerNames[] = {
|
|||
"FLASH",
|
||||
"USB",
|
||||
"BEEPER",
|
||||
"OSD",
|
||||
"BARO",
|
||||
};
|
||||
|
||||
static void cliResource(char *cmdline)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue