aerofc-v1:Use board_common default nop INVERT_RC_INPUT

This commit is contained in:
David Sidrane
2018-07-13 11:13:33 -07:00
committed by Lorenz Meier
parent b08a0d50f8
commit 3debee9563
+1 -4
View File
@@ -124,10 +124,7 @@
/*
* RC Serial port
*/
#define RC_SERIAL_PORT "/dev/ttyS2"
/* No invert support */
#define INVERT_RC_INPUT(_invert_true) while(0)
#define RC_SERIAL_PORT "/dev/ttyS2" /* No HW invert support */
/*
* High-resolution timer
*/