mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +03:00
Fix PPM support when using 8 channels on STM32F10x.
This was broken when 12 channel support was added in combination with the STM32F3 support.
This commit is contained in:
parent
8f6558156f
commit
5ccb0ecf36
3 changed files with 9 additions and 7 deletions
|
@ -310,7 +310,7 @@ void updateRSSI(void)
|
|||
}
|
||||
}
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
debug[3] = rawPwmRssi;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue