Removed PPM 125% statements

This commit is contained in:
Pascal Langer
2018-01-09 09:04:55 +01:00
parent 984aa3f413
commit cd235bbcde
4 changed files with 6 additions and 20 deletions

View File

@@ -225,8 +225,8 @@
#ifndef AILERON
#error You must select a correct channel order.
#endif
#if not defined(PPM_MAX_100) || not defined(PPM_MIN_100) || not defined(PPM_MAX_125) || not defined(PPM_MIN_125)
#error You must set correct TX end points.
#if not defined(PPM_MAX_100) || not defined(PPM_MIN_100)
#error You must set correct PPM end points for your TX.
#endif
#if defined(ENABLE_BIND_CH)