mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
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) \
|
||||
AP::internalerror().error(error_number, __LINE__);
|
||||
AP::internalerror().error(error_number, __AP_LINE__);
|
||||
|
Loading…
Reference in New Issue
Block a user