AP_HAL_PX4: added stdio.h

This commit is contained in:
Andrew Tridgell 2012-10-27 22:44:40 +11:00
parent 2669c33476
commit c4d9b5e328

View File

@ -1,9 +1,7 @@
#include <stdio.h>
#include "HAL_PX4.h"
using namespace AP_HAL_PX4;
void HAL_PX4::init(void* opts) const {
console->init(NULL);
};
console->init(NULL);
}