AP_HAL_PX4: added stdio.h
This commit is contained in:
parent
2669c33476
commit
c4d9b5e328
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user