Skip to content
Snippets Groups Projects
Commit 9fc37606 authored by David Sidrane's avatar David Sidrane Committed by Lorenz Meier
Browse files

tap-v1:Use board_common default nop INVERT_RC_INPUT

parent 3debee95
No related branches found
No related tags found
No related merge requests found
......@@ -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
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment