AP_HAL_Linux: fix spelling of generated in panics

This commit is contained in:
Jack 2018-07-09 22:26:49 -04:00 committed by Tom Pittenger
parent c03e50660c
commit 4b24a61023
3 changed files with 3 additions and 3 deletions

View File

@ -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()
{

View File

@ -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()
{

View File

@ -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()
{