Missing define to activate TABLE_VIDEO_SYSTEM (#12200)
commitd96586d505210fa6dfa9cd99b12fd50b92617c8a
authorJ Blackman <blckmn@users.noreply.github.com>
Mon, 16 Jan 2023 04:50:57 +0000 (16 15:50 +1100)
committerGitHub <noreply@github.com>
Mon, 16 Jan 2023 04:50:57 +0000 (16 15:50 +1100)
tree459949ed19d9d4555dcf3762daddfd248d4c0ecc
parent5ce7c509a11013d4222b0a3c7b6b4cf5f3e7c108
Missing define to activate TABLE_VIDEO_SYSTEM (#12200)

* Missing define to activate TABLE_VIDEO_SYSTEM
* USE_PWM should only be for RX (parallell RX inputs), USE_PWM_OUTPUT is for all others.
* Updated gate naming so there is less confusion
* Simplified. Note there maybe further occurences.
14 files changed:
docs/Customized Version.md
src/main/cli/cli.c
src/main/cli/settings.c
src/main/cli/settings.h
src/main/config/config.c
src/main/drivers/rx/rx_pwm.c
src/main/fc/init.c
src/main/pg/rx.c
src/main/pg/rx_pwm.c
src/main/rx/pwm.c
src/main/rx/rx.c
src/main/target/SITL/target.h
src/main/target/common_post.h
src/main/target/common_pre.h