Skip to content

Commit

Permalink
added ttyUSB0 to bebop board
Browse files Browse the repository at this point in the history
  • Loading branch information
rmeertens committed Aug 24, 2016
1 parent 41b2e7e commit a84c90c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sw/airborne/boards/bebop.h
Expand Up @@ -82,6 +82,8 @@

/** uart connected to GPS internally */
#define UART1_DEV /dev/ttyPA1
/** FTDI cable for stereoboard or external GPS */
#define UART2_DEV /dev/ttyUSB0

/* Default actuators driver */
#define DEFAULT_ACTUATORS "boards/bebop/actuators.h"
Expand Down

0 comments on commit a84c90c

Please sign in to comment.