Desktop: add AP_Semaphore to list of includes for DataFlash_APM1.cpp

This commit is contained in:
rmackay9 2012-10-18 19:25:53 +09:00
parent 0722d671d6
commit 4055066779

View File

@ -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