5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-06 07:58:28 -04:00

SITL: include stdio for some printfs

This commit is contained in:
Peter Barker 2019-02-12 13:52:41 +11:00 committed by Peter Barker
parent c4fd5ec350
commit 44e89a1cd8

View File

@ -20,6 +20,8 @@
#include "AP_HAL/AP_HAL.h"
#include "AP_Math/AP_Math.h"
#include <stdio.h>
using namespace SITL;
// table of user settable parameters