5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-02-24 16:53:57 -04:00

AP_BoardConfig: removed duplicate define for RTSCTS

This commit is contained in:
Andrew Tridgell 2019-12-04 10:34:15 +11:00
parent b3459c024c
commit 88e5e54770

View File

@ -18,10 +18,6 @@
#define AP_FEATURE_RTSCTS 0
#endif
#ifndef AP_FEATURE_RTSCTS
#define AP_FEATURE_RTSCTS 0
#endif
#ifndef AP_FEATURE_SBUS_OUT
#define AP_FEATURE_SBUS_OUT 0
#endif