AP_Airspeed: changes for Flymaple port pins and caibration constants

This commit is contained in:
Mike McCauley 2013-09-23 13:09:18 +10:00 committed by Andrew Tridgell
parent f90790a26c
commit c1d3bedb60
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ extern const AP_HAL::HAL& hal;
#else
#define ARSPD_DEFAULT_PIN 15
#endif
#elif CONFIG_HAL_BOARD == HAL_BOARD_FLYMAPLE
#define ARSPD_DEFAULT_PIN 16
#else
#define ARSPD_DEFAULT_PIN 0
#endif