mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Desktop: add AP_Semaphore to list of includes for DataFlash_APM1.cpp
This commit is contained in:
parent
0722d671d6
commit
4055066779
@ -10,6 +10,7 @@
|
||||
#include <stdint.h>
|
||||
#include "DataFlash.h"
|
||||
#include <SPI.h>
|
||||
#include <AP_Semaphore.h>
|
||||
|
||||
#define DF_PAGE_SIZE 512
|
||||
#define DF_NUM_PAGES 4096
|
||||
|
Loading…
Reference in New Issue
Block a user