AP_HAL: allow argc and argc on QURT

This commit is contained in:
Andrew Tridgell 2015-12-29 18:52:17 +11:00
parent 7a5808276e
commit bd2f548130
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#include "HAL.h"
#if CONFIG_HAL_BOARD == HAL_BOARD_FLYMAPLE || CONFIG_HAL_BOARD == HAL_BOARD_QURT
#if CONFIG_HAL_BOARD == HAL_BOARD_FLYMAPLE
#define CONFIG_MAIN_WITHOUT_ARGC_ARGV 1
#endif