APM_Control: fix for HAL_SITL rename

This commit is contained in:
Andrew Tridgell 2015-05-04 16:15:49 +10:00
parent e789984c98
commit d8cd986696
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ AP_AutoTune::AP_AutoTune(ATGains &_gains, ATType _type,
dataflash(_dataflash)
{}
#if CONFIG_HAL_BOARD == HAL_BOARD_AVR_SITL
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
#include <stdio.h>
# define Debug(fmt, args ...) do {::printf("%s:%d: " fmt "\n", __FUNCTION__, __LINE__, ## args); } while(0)
#else