mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ESP32: Added missing letter to printf statement
This commit is contained in:
parent
b7fe779713
commit
d6488eb030
|
@ -169,7 +169,7 @@ void SPIDevice::acquire_bus(bool accuire)
|
|||
AP_HAL::Semaphore *SPIDevice::get_semaphore()
|
||||
{
|
||||
#ifdef SPIDEBUG
|
||||
rintf("%s:%d \n", __PRETTY_FUNCTION__, __LINE__);
|
||||
printf("%s:%d \n", __PRETTY_FUNCTION__, __LINE__);
|
||||
#endif
|
||||
return &bus.semaphore;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue