mirror of https://github.com/ArduPilot/ardupilot
AP_InternalError: add waf argument to get consistent builds
This commit is contained in:
parent
5f916a7fed
commit
c7605e11bd
|
@ -112,4 +112,4 @@ extern "C" {
|
||||||
}
|
}
|
||||||
|
|
||||||
#define INTERNAL_ERROR(error_number) \
|
#define INTERNAL_ERROR(error_number) \
|
||||||
AP::internalerror().error(error_number, __LINE__);
|
AP::internalerror().error(error_number, __AP_LINE__);
|
||||||
|
|
Loading…
Reference in New Issue