Desktop: fix build error

This commit is contained in:
rmackay9 2012-10-18 19:33:31 +09:00
parent 3f7b2dbda7
commit 0bcf581a17

View File

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