Skip to content
Snippets Groups Projects
Commit 96470e2d authored by rmackay9's avatar rmackay9
Browse files

Desktop: fix build error

parent 40550667
No related branches found
No related tags found
No related merge requests found
...@@ -123,4 +123,4 @@ void DataFlash_APM1::ChipErase(void (*delay_cb)(unsigned long)) ...@@ -123,4 +123,4 @@ void DataFlash_APM1::ChipErase(void (*delay_cb)(unsigned long))
} }
// make one instance for the user to use // make one instance for the user to use
DataFlash_APM1::DataFlash_APM1() {} DataFlash_APM1::DataFlash_APM1(AP_Semaphore* spi_semaphore) {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment