drivers: remove tap_esc

- it's not used anymore
- it would need a refactoring to use mixer_module
This commit is contained in:
Beat Küng
2021-02-25 11:21:27 +01:00
committed by Daniel Agar
parent 8986264feb
commit 7e33d03470
52 changed files with 0 additions and 1539 deletions

View File

@@ -144,11 +144,6 @@ then
set OUTPUT_DEV /dev/uavcan/esc
fi
if [ $OUTPUT_MODE = tap_esc ]
then
set OUTPUT_DEV /dev/tap_esc
fi
if mixer load ${OUTPUT_DEV} ${MIXER_FILE}
then
echo "INFO [init] Mixer: ${MIXER_FILE} on ${OUTPUT_DEV}"