Browse Source

Desktop: fixed build with recent SPI changes

mission-4.1.18
Andrew Tridgell 12 years ago
parent
commit
eb0dd45a11
  1. 3
      libraries/Desktop/support/DataFlash_APM1.cpp

3
libraries/Desktop/support/DataFlash_APM1.cpp

@ -122,5 +122,4 @@ void DataFlash_APM1::ChipErase(void (*delay_cb)(unsigned long))
} }
} }
// make one instance for the user to use
DataFlash_APM1::DataFlash_APM1(AP_Semaphore* spi_semaphore) {}

Loading…
Cancel
Save