mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 00:13:59 -04:00
AP_HAL_Empty: SPIDevice: implement fullduplex transfer
This commit is contained in:
parent
01452bf922
commit
9fda608d4a
@ -49,6 +49,13 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
/* See AP_HAL::SPIDevice::transfer_fullduplex() */
|
||||
bool transfer_fullduplex(const uint8_t *send, uint8_t *recv,
|
||||
uint32_t len) override
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
/* See AP_HAL::Device::get_semaphore() */
|
||||
AP_HAL::Semaphore *get_semaphore()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user