mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_Linux: fix spelling of generated in panics
This commit is contained in:
parent
c03e50660c
commit
4b24a61023
|
@ -32,7 +32,7 @@ using namespace Linux;
|
|||
|
||||
static void catch_sigbus(int sig)
|
||||
{
|
||||
AP_HAL::panic("RCOutputAioPRU.cpp:SIGBUS error gernerated\n");
|
||||
AP_HAL::panic("RCOutputAioPRU.cpp:SIGBUS error generated\n");
|
||||
}
|
||||
void RCOutput_AioPRU::init()
|
||||
{
|
||||
|
|
|
@ -23,7 +23,7 @@ static const uint8_t chan_pru_map[]= {10,8,11,9,7,6,5,4,3,2,1,0};
|
|||
|
||||
static void catch_sigbus(int sig)
|
||||
{
|
||||
AP_HAL::panic("RCOutput.cpp:SIGBUS error gernerated\n");
|
||||
AP_HAL::panic("RCOutput.cpp:SIGBUS error generated\n");
|
||||
}
|
||||
void RCOutput_PRU::init()
|
||||
{
|
||||
|
|
|
@ -31,7 +31,7 @@ using namespace Linux;
|
|||
|
||||
static void catch_sigbus(int sig)
|
||||
{
|
||||
AP_HAL::panic("RCOutput.cpp:SIGBUS error gernerated\n");
|
||||
AP_HAL::panic("RCOutput.cpp:SIGBUS error generated\n");
|
||||
}
|
||||
void RCOutput_ZYNQ::init()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue