mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
HAL_Linux: fixed makefile build with PRIu64
This commit is contained in:
parent
3ba27df405
commit
f090e9b27c
@ -28,6 +28,10 @@
|
|||||||
#include "Perf.h"
|
#include "Perf.h"
|
||||||
#include "Perf_Lttng.h"
|
#include "Perf_Lttng.h"
|
||||||
|
|
||||||
|
#ifndef PRIu64
|
||||||
|
#define PRIu64 "llu"
|
||||||
|
#endif
|
||||||
|
|
||||||
using namespace Linux;
|
using namespace Linux;
|
||||||
|
|
||||||
static const AP_HAL::HAL &hal = AP_HAL::get_HAL();
|
static const AP_HAL::HAL &hal = AP_HAL::get_HAL();
|
||||||
|
Loading…
Reference in New Issue
Block a user