mirror of https://github.com/ArduPilot/ardupilot
desktop: build fix for fjall
This commit is contained in:
parent
7a201233c0
commit
dff3be2017
|
@ -1,6 +1,8 @@
|
||||||
#ifndef _DESKTOP_H
|
#ifndef _DESKTOP_H
|
||||||
#define _DESKTOP_H
|
#define _DESKTOP_H
|
||||||
|
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
struct desktop_info {
|
struct desktop_info {
|
||||||
bool slider; // slider switch state, True means CLI mode
|
bool slider; // slider switch state, True means CLI mode
|
||||||
struct timeval sketch_start_time;
|
struct timeval sketch_start_time;
|
||||||
|
|
Loading…
Reference in New Issue