mirror of https://github.com/ArduPilot/ardupilot
SITL: include stdio for some printfs
This commit is contained in:
parent
c4fd5ec350
commit
44e89a1cd8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue