tap-v1:Use board_common default nop INVERT_RC_INPUT

This commit is contained in:
David Sidrane 2018-07-13 11:21:29 -07:00 committed by Lorenz Meier
parent 3debee9563
commit 9fc37606fd

View File

@ -202,8 +202,7 @@
*/
#define GPIO_OTGFS_VBUS (GPIO_INPUT|GPIO_FLOAT|GPIO_PORTA|GPIO_PIN9)
#define RC_SERIAL_PORT "/dev/ttyS5"
#define INVERT_RC_INPUT(_invert_true) while(0)
#define RC_SERIAL_PORT "/dev/ttyS5" /* No HW invert support */
/* High-resolution timer
*/