Skip to content

Commit

Permalink
AP_HAL_ESP32: Added missing letter to printf statement
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKomolik committed Apr 3, 2024
1 parent b904ab2 commit 4d0c813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_HAL_ESP32/SPIDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 4d0c813

Please sign in to comment.