DataFlash: remove unused semaphore variables

This commit is contained in:
Peter Barker 2016-10-20 12:47:02 +11:00 committed by Lucas De Marchi
parent c664eec93b
commit 64154feaef
1 changed files with 1 additions and 3 deletions

View File

@ -36,9 +36,7 @@ private:
// the data fits within the page, otherwise it will wrap to the
// start of the page
bool BlockRead(uint8_t BufferNum, uint16_t IntPageAdr, void *pBuffer, uint16_t size);
AP_HAL::SPIDeviceDriver *_spi;
AP_HAL::Semaphore *_spi_sem;
public:
DataFlash_SITL(DataFlash_Class &front, DFMessageWriter_DFLogStart *writer) :
DataFlash_Block(front, writer) { }