mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-05 07:28:29 -04:00
AP_HAL: RingBuffer: add missing include
This commit is contained in:
parent
61aed0f0d7
commit
e98fe2d7d5
@ -95,6 +95,8 @@ int main(int argc, char const **argv) {
|
||||
|
||||
#else
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
const AP_HAL::HAL& hal = AP_HAL::get_HAL();
|
||||
|
||||
static void loop() { }
|
||||
|
Loading…
Reference in New Issue
Block a user