DSM: Throttle Kill option

This commit is contained in:
Pascal Langer
2018-11-20 16:54:55 +01:00
parent 1525e564cb
commit 6c7312a09c
4 changed files with 47 additions and 10 deletions

View File

@@ -273,6 +273,15 @@
#endif
#endif
#if defined(DSM_THROTTLE_KILL_CH)
#if DSM_THROTTLE_KILL_CH<4
#error DSM_THROTTLE_KILL_CH must be above 4.
#endif
#if DSM_THROTTLE_KILL_CH>16
#error DSM_THROTTLE_KILL_CH must be below or equal to 16.
#endif
#endif
#if MIN_PPM_CHANNELS>16
#error MIN_PPM_CHANNELS must be below or equal to 16. The default for this value is 4.
#endif