Browse Source

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

mission-4.1.18
rmackay9 12 years ago
parent
commit
3f7b2dbda7
  1. 1
      libraries/Desktop/support/DataFlash_APM1.cpp

1
libraries/Desktop/support/DataFlash_APM1.cpp

@ -10,6 +10,7 @@ @@ -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…
Cancel
Save