Browse Source

AP_HAL_Linux: fix spelling of generated in panics

mission-4.1.18
Jack 7 years ago committed by Tom Pittenger
parent
commit
4b24a61023
  1. 2
      libraries/AP_HAL_Linux/RCOutput_AioPRU.cpp
  2. 2
      libraries/AP_HAL_Linux/RCOutput_PRU.cpp
  3. 2
      libraries/AP_HAL_Linux/RCOutput_ZYNQ.cpp

2
libraries/AP_HAL_Linux/RCOutput_AioPRU.cpp

@ -32,7 +32,7 @@ using namespace Linux; @@ -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()
{

2
libraries/AP_HAL_Linux/RCOutput_PRU.cpp

@ -23,7 +23,7 @@ static const uint8_t chan_pru_map[]= {10,8,11,9,7,6,5,4,3,2,1,0}; @@ -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()
{

2
libraries/AP_HAL_Linux/RCOutput_ZYNQ.cpp

@ -31,7 +31,7 @@ using namespace Linux; @@ -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…
Cancel
Save